Html Css Color HEX #A0CF6E Olivine

📋 copy color: '#A0CF6E'

red 160 ◦ green 207 ◦ blue 110

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

Shades of Olivine #A0CF6E

Tints of Olivine #A0CF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.06%

R = 33.54%
G = 43.4%
B = 23.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#A0CF6E (or 0xA0CF6E) is known color: Olivine. HEX triplet: A0, CF and 6E. RGB value is (160,207,110). Sum of RGB (Red+Green+Blue) = 160+207+110=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF6E is #5F3091. Grayscale: #B6B6B6. Windows color (decimal): -6238354 or 7262112. OLE color: 7262112.

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

Color convert

RGB 160 207 110 -
CMYK 0.23 0 0.47 0.19
HSL 89.07º 0.5% 0.62% -
HSV(B) 89.07º 0.47% 0.81% -
XYZ 39.62 53.23 22.94 -
YUV 181.89 87.43 112.39 -
System Red Green Blue C M Y K H S L
Decimal 160 207 110 0.23 0 0.47 0.19 89.07 0.5 0.62
Hex A0 CF 6E 17 0 2F 13 59 32 3E
Octal 240 317 156 27 0 57 23 131 62 76
Binary 10100000 11001111 1101110 10111 0 101111 10011 1011001 110010 111110

Color Harmonies of #A0CF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF6E

Black with #A0CF6E

Text Example


Text Example

White with #A0CF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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