Html Css Color HEX #A2CF79 Feijoa

📋 copy color: '#A2CF79'

red 162 ◦ green 207 ◦ blue 121

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

Shades of Feijoa #A2CF79

Tints of Feijoa #A2CF79

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.24%

 BLUE value IS 121 (47.66% from 255) = 24.69%

R = 33.06%
G = 42.24%
B = 24.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#A2CF79 (or 0xA2CF79) is known color: Feijoa. HEX triplet: A2, CF and 79. RGB value is (162,207,121). Sum of RGB (Red+Green+Blue) = 162+207+121=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CF79 is #5D3086. Grayscale: #B8B8B8. Windows color (decimal): -6107271 or 7983010. OLE color: 7983010.

HSL color Cylindrical-coordinate representation of color #A2CF79: hue angle of 91.4º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2CF79 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 207 121 -
CMYK 0.22 0 0.42 0.19
HSL 91.4º 0.47% 0.64% -
HSV(B) 91.4º 0.42% 0.81% -
XYZ 40.66 53.69 26.31 -
YUV 183.74 92.59 112.49 -
System Red Green Blue C M Y K H S L
Decimal 162 207 121 0.22 0 0.42 0.19 91.4 0.47 0.64
Hex A2 CF 79 16 0 2A 13 5B 2F 40
Octal 242 317 171 26 0 52 23 133 57 100
Binary 10100010 11001111 1111001 10110 0 101010 10011 1011011 101111 1000000

Color Harmonies of #A2CF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CF79

Black with #A2CF79

Text Example


Text Example

White with #A2CF79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CF79; }

 p { color: rgb(162,207,121); }

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

background-color css

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

 a { background-color: rgb(162,207,121); }

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

border-color css

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

 span { border-color: rgb(162,207,121); }

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