Html Css Color HEX #A0CA71 Olivine

📋 copy color: '#A0CA71'

red 160 ◦ green 202 ◦ blue 113

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

Shades of Olivine #A0CA71

Tints of Olivine #A0CA71

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.53%

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

R = 33.68%
G = 42.53%
B = 23.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#A0CA71 (or 0xA0CA71) is known color: Olivine. HEX triplet: A0, CA and 71. RGB value is (160,202,113). Sum of RGB (Red+Green+Blue) = 160+202+113=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA71 is #5F358E. Grayscale: #B3B3B3. Windows color (decimal): -6239631 or 7457440. OLE color: 7457440.

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

Color convert

RGB 160 202 113 -
CMYK 0.21 0 0.44 0.21
HSL 88.31º 0.46% 0.62% -
HSV(B) 88.31º 0.44% 0.79% -
XYZ 38.6 50.91 23.41 -
YUV 179.3 90.59 114.24 -
System Red Green Blue C M Y K H S L
Decimal 160 202 113 0.21 0 0.44 0.21 88.31 0.46 0.62
Hex A0 CA 71 15 0 2C 15 58 2E 3E
Octal 240 312 161 25 0 54 25 130 56 76
Binary 10100000 11001010 1110001 10101 0 101100 10101 1011000 101110 111110

Color Harmonies of #A0CA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA71

Black with #A0CA71

Text Example


Text Example

White with #A0CA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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