Html Css Color HEX #A2CB78 Feijoa

📋 copy color: '#A2CB78'

red 162 ◦ green 203 ◦ blue 120

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

Shades of Feijoa #A2CB78

Tints of Feijoa #A2CB78

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.86%

 BLUE value IS 120 (47.27% from 255) = 24.74%

R = 33.4%
G = 41.86%
B = 24.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#A2CB78 (or 0xA2CB78) is known color: Feijoa. HEX triplet: A2, CB and 78. RGB value is (162,203,120). Sum of RGB (Red+Green+Blue) = 162+203+120=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB78 is #5D3487. Grayscale: #B5B5B5. Windows color (decimal): -6108296 or 7916450. OLE color: 7916450.

HSL color Cylindrical-coordinate representation of color #A2CB78: hue angle of 89.64º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2CB78 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 203 120 -
CMYK 0.20 0 0.41 0.20
HSL 89.64º 0.44% 0.63% -
HSV(B) 89.64º 0.41% 0.8% -
XYZ 39.65 51.75 25.67 -
YUV 181.28 93.42 114.25 -
System Red Green Blue C M Y K H S L
Decimal 162 203 120 0.20 0 0.41 0.20 89.64 0.44 0.63
Hex A2 CB 78 14 0 29 14 5A 2C 3F
Octal 242 313 170 24 0 51 24 132 54 77
Binary 10100010 11001011 1111000 10100 0 101001 10100 1011010 101100 111111

Color Harmonies of #A2CB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CB78

Black with #A2CB78

Text Example


Text Example

White with #A2CB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CB78; }

 p { color: rgb(162,203,120); }

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

background-color css

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

 a { background-color: rgb(162,203,120); }

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

border-color css

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

 span { border-color: rgb(162,203,120); }

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