Html Css Color HEX #A2CF76 Feijoa

📋 copy color: '#A2CF76'

red 162 ◦ green 207 ◦ blue 118

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

Shades of Feijoa #A2CF76

Tints of Feijoa #A2CF76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.23%

R = 33.26%
G = 42.51%
B = 24.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#A2CF76 (or 0xA2CF76) is known color: Feijoa. HEX triplet: A2, CF and 76. RGB value is (162,207,118). Sum of RGB (Red+Green+Blue) = 162+207+118=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CF76 is #5D3089. Grayscale: #B7B7B7. Windows color (decimal): -6107274 or 7786402. OLE color: 7786402.

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

Color convert

RGB 162 207 118 -
CMYK 0.22 0 0.43 0.19
HSL 90.34º 0.48% 0.64% -
HSV(B) 90.34º 0.43% 0.81% -
XYZ 40.48 53.62 25.35 -
YUV 183.4 91.09 112.74 -
System Red Green Blue C M Y K H S L
Decimal 162 207 118 0.22 0 0.43 0.19 90.34 0.48 0.64
Hex A2 CF 76 16 0 2B 13 5A 30 40
Octal 242 317 166 26 0 53 23 132 60 100
Binary 10100010 11001111 1110110 10110 0 101011 10011 1011010 110000 1000000

Color Harmonies of #A2CF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CF76

Black with #A2CF76

Text Example


Text Example

White with #A2CF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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