Html Css Color HEX #A0CE70 Olivine

📋 copy color: '#A0CE70'

red 160 ◦ green 206 ◦ blue 112

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

Shades of Olivine #A0CE70

Tints of Olivine #A0CE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.43%

R = 33.47%
G = 43.1%
B = 23.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#A0CE70 (or 0xA0CE70) is known color: Olivine. HEX triplet: A0, CE and 70. RGB value is (160,206,112). Sum of RGB (Red+Green+Blue) = 160+206+112=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE70 is #5F318F. Grayscale: #B5B5B5. Windows color (decimal): -6238608 or 7392928. OLE color: 7392928.

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

Color convert

RGB 160 206 112 -
CMYK 0.22 0 0.46 0.19
HSL 89.36º 0.49% 0.62% -
HSV(B) 89.36º 0.46% 0.81% -
XYZ 39.49 52.79 23.44 -
YUV 181.53 88.76 112.64 -
System Red Green Blue C M Y K H S L
Decimal 160 206 112 0.22 0 0.46 0.19 89.36 0.49 0.62
Hex A0 CE 70 16 0 2E 13 59 31 3E
Octal 240 316 160 26 0 56 23 131 61 76
Binary 10100000 11001110 1110000 10110 0 101110 10011 1011001 110001 111110

Color Harmonies of #A0CE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE70

Black with #A0CE70

Text Example


Text Example

White with #A0CE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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