Html Css Color HEX #A2D974 Feijoa

📋 copy color: '#A2D974'

red 162 ◦ green 217 ◦ blue 116

#A2D974
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #A2D974

Tints of Feijoa #A2D974

RGB

 RED value IS 162 (63.67% from 255) = 32.73%

 GREEN value IS 217 (85.16% from 255) = 43.84%

 BLUE value IS 116 (45.7% from 255) = 23.43%

R = 32.73%
G = 43.84%
B = 23.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A2D974 (or 0xA2D974) is known color: Feijoa. HEX triplet: A2, D9 and 74. RGB value is (162,217,116). Sum of RGB (Red+Green+Blue) = 162+217+116=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D974 is #5D268B. Grayscale: #BDBDBD. Windows color (decimal): -6104716 or 7657890. OLE color: 7657890.

HSL color Cylindrical-coordinate representation of color #A2D974: hue angle of 92.67º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2D974 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 217 116 -
CMYK 0.25 0 0.47 0.15
HSL 92.67º 0.57% 0.65% -
HSV(B) 92.67º 0.47% 0.85% -
XYZ 42.87 58.57 25.57 -
YUV 189.04 86.78 108.71 -
System Red Green Blue C M Y K H S L
Decimal 162 217 116 0.25 0 0.47 0.15 92.67 0.57 0.65
Hex A2 D9 74 19 0 2F F 5D 39 41
Octal 242 331 164 31 0 57 17 135 71 101
Binary 10100010 11011001 1110100 11001 0 101111 1111 1011101 111001 1000001

Color Harmonies of #A2D974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D974

Black with #A2D974

Text Example


Text Example

White with #A2D974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D974; }

 p { color: rgb(162,217,116); }

 H1.HeaderClassName
 {
   color: #A2D974;
 }
 .AnyTagClassName
 {
   color: #A2D974;
 }
</style>

background-color css

<style>
 a { background-color: #A2D974; }

 a { background-color: rgb(162,217,116); }

 div.DivClassName
 {
   background-color: #A2D974;
 }
 .BgClassName
 {
   background-color: #A2D974;
 }
</style>

border-color css

<style>
 span { border-color: #A2D974; }

 span { border-color: rgb(162,217,116); }

 td.TdClassName
 {
   border-color: #A2D974;
 }
 .TagClassName
 {
   border-color: #A2D974;
 }
</style>