Html Css Color HEX #A0CB71 Olivine

📋 copy color: '#A0CB71'

red 160 ◦ green 203 ◦ blue 113

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

Shades of Olivine #A0CB71

Tints of Olivine #A0CB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.74%

R = 33.61%
G = 42.65%
B = 23.74%

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

#A0CB71 (or 0xA0CB71) is known color: Olivine. HEX triplet: A0, CB and 71. RGB value is (160,203,113). Sum of RGB (Red+Green+Blue) = 160+203+113=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB71 is #5F348E. Grayscale: #B4B4B4. Windows color (decimal): -6239375 or 7457696. OLE color: 7457696.

HSL color Cylindrical-coordinate representation of color #A0CB71: hue angle of 88.67º 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 #A0CB71 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 113 -
CMYK 0.21 0 0.44 0.20
HSL 88.67º 0.46% 0.62% -
HSV(B) 88.67º 0.44% 0.8% -
XYZ 38.83 51.38 23.49 -
YUV 179.88 90.25 113.82 -
System Red Green Blue C M Y K H S L
Decimal 160 203 113 0.21 0 0.44 0.20 88.67 0.46 0.62
Hex A0 CB 71 15 0 2C 14 59 2E 3E
Octal 240 313 161 25 0 54 24 131 56 76
Binary 10100000 11001011 1110001 10101 0 101100 10100 1011001 101110 111110

Color Harmonies of #A0CB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB71

Black with #A0CB71

Text Example


Text Example

White with #A0CB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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