Html Css Color HEX #A2CB79 Feijoa

📋 copy color: '#A2CB79'

red 162 ◦ green 203 ◦ blue 121

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

Shades of Feijoa #A2CB79

Tints of Feijoa #A2CB79

RGB

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

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

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

R = 33.33%
G = 41.77%
B = 24.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#A2CB79 (or 0xA2CB79) is known color: Feijoa. HEX triplet: A2, CB and 79. RGB value is (162,203,121). Sum of RGB (Red+Green+Blue) = 162+203+121=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB79 is #5D3486. Grayscale: #B5B5B5. Windows color (decimal): -6108295 or 7981986. OLE color: 7981986.

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

Color convert

RGB 162 203 121 -
CMYK 0.20 0 0.40 0.20
HSL 90º 0.44% 0.64% -
HSV(B) 90º 0.4% 0.8% -
XYZ 39.71 51.77 25.99 -
YUV 181.39 93.92 114.17 -
System Red Green Blue C M Y K H S L
Decimal 162 203 121 0.20 0 0.40 0.20 90 0.44 0.64
Hex A2 CB 79 14 0 28 14 5A 2C 40
Octal 242 313 171 24 0 50 24 132 54 100
Binary 10100010 11001011 1111001 10100 0 101000 10100 1011010 101100 1000000

Color Harmonies of #A2CB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CB79

Black with #A2CB79

Text Example


Text Example

White with #A2CB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CB79; }

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

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

background-color css

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

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

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

border-color css

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

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

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