Html Css Color HEX #A0CE71 Olivine

📋 copy color: '#A0CE71'

red 160 ◦ green 206 ◦ blue 113

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

Shades of Olivine #A0CE71

Tints of Olivine #A0CE71

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.01%

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

R = 33.4%
G = 43.01%
B = 23.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#A0CE71 (or 0xA0CE71) is known color: Olivine. HEX triplet: A0, CE and 71. RGB value is (160,206,113). Sum of RGB (Red+Green+Blue) = 160+206+113=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE71 is #5F318E. Grayscale: #B5B5B5. Windows color (decimal): -6238607 or 7458464. OLE color: 7458464.

HSL color Cylindrical-coordinate representation of color #A0CE71: hue angle of 89.68º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0CE71 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 206 113 -
CMYK 0.22 0 0.45 0.19
HSL 89.68º 0.49% 0.63% -
HSV(B) 89.68º 0.45% 0.81% -
XYZ 39.55 52.81 23.73 -
YUV 181.64 89.26 112.56 -
System Red Green Blue C M Y K H S L
Decimal 160 206 113 0.22 0 0.45 0.19 89.68 0.49 0.63
Hex A0 CE 71 16 0 2D 13 5A 31 3F
Octal 240 316 161 26 0 55 23 132 61 77
Binary 10100000 11001110 1110001 10110 0 101101 10011 1011010 110001 111111

Color Harmonies of #A0CE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE71

Black with #A0CE71

Text Example


Text Example

White with #A0CE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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