Html Css Color HEX #A0CF70 Olivine

📋 copy color: '#A0CF70'

red 160 ◦ green 207 ◦ blue 112

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

Shades of Olivine #A0CF70

Tints of Olivine #A0CF70

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.22%

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

R = 33.4%
G = 43.22%
B = 23.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#A0CF70 (or 0xA0CF70) is known color: Olivine. HEX triplet: A0, CF and 70. RGB value is (160,207,112). Sum of RGB (Red+Green+Blue) = 160+207+112=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF70 is #5F308F. Grayscale: #B6B6B6. Windows color (decimal): -6238352 or 7393184. OLE color: 7393184.

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

Color convert

RGB 160 207 112 -
CMYK 0.23 0 0.46 0.19
HSL 89.68º 0.5% 0.63% -
HSV(B) 89.68º 0.46% 0.81% -
XYZ 39.73 53.27 23.52 -
YUV 182.12 88.43 112.22 -
System Red Green Blue C M Y K H S L
Decimal 160 207 112 0.23 0 0.46 0.19 89.68 0.5 0.63
Hex A0 CF 70 17 0 2E 13 5A 32 3F
Octal 240 317 160 27 0 56 23 132 62 77
Binary 10100000 11001111 1110000 10111 0 101110 10011 1011010 110010 111111

Color Harmonies of #A0CF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF70

Black with #A0CF70

Text Example


Text Example

White with #A0CF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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