Html Css Color HEX #A0CB72 Olivine

📋 copy color: '#A0CB72'

red 160 ◦ green 203 ◦ blue 114

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

Shades of Olivine #A0CB72

Tints of Olivine #A0CB72

RGB

 RED value IS 160 (62.89% from 255) = 33.54%

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

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

R = 33.54%
G = 42.56%
B = 23.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#A0CB72 (or 0xA0CB72) is known color: Olivine. HEX triplet: A0, CB and 72. RGB value is (160,203,114). Sum of RGB (Red+Green+Blue) = 160+203+114=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB72 is #5F348D. Grayscale: #B4B4B4. Windows color (decimal): -6239374 or 7523232. OLE color: 7523232.

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

Color convert

RGB 160 203 114 -
CMYK 0.21 0 0.44 0.20
HSL 88.99º 0.46% 0.62% -
HSV(B) 88.99º 0.44% 0.8% -
XYZ 38.89 51.4 23.79 -
YUV 180 90.75 113.74 -
System Red Green Blue C M Y K H S L
Decimal 160 203 114 0.21 0 0.44 0.20 88.99 0.46 0.62
Hex A0 CB 72 15 0 2C 14 59 2E 3E
Octal 240 313 162 25 0 54 24 131 56 76
Binary 10100000 11001011 1110010 10101 0 101100 10100 1011001 101110 111110

Color Harmonies of #A0CB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB72

Black with #A0CB72

Text Example


Text Example

White with #A0CB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB72; }

 p { color: rgb(160,203,114); }

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

background-color css

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

 a { background-color: rgb(160,203,114); }

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

border-color css

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

 span { border-color: rgb(160,203,114); }

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