Html Css Color HEX #A2CF72 Feijoa

📋 copy color: '#A2CF72'

red 162 ◦ green 207 ◦ blue 114

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

Shades of Feijoa #A2CF72

Tints of Feijoa #A2CF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.6%

R = 33.54%
G = 42.86%
B = 23.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#A2CF72 (or 0xA2CF72) is known color: Feijoa. HEX triplet: A2, CF and 72. RGB value is (162,207,114). Sum of RGB (Red+Green+Blue) = 162+207+114=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CF72 is #5D308D. Grayscale: #B7B7B7. Windows color (decimal): -6107278 or 7524258. OLE color: 7524258.

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

Color convert

RGB 162 207 114 -
CMYK 0.22 0 0.45 0.19
HSL 89.03º 0.49% 0.63% -
HSV(B) 89.03º 0.45% 0.81% -
XYZ 40.25 53.52 24.13 -
YUV 182.94 89.09 113.06 -
System Red Green Blue C M Y K H S L
Decimal 162 207 114 0.22 0 0.45 0.19 89.03 0.49 0.63
Hex A2 CF 72 16 0 2D 13 59 31 3F
Octal 242 317 162 26 0 55 23 131 61 77
Binary 10100010 11001111 1110010 10110 0 101101 10011 1011001 110001 111111

Color Harmonies of #A2CF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CF72

Black with #A2CF72

Text Example


Text Example

White with #A2CF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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