Html Css Color HEX #A0CB6E Olivine

📋 copy color: '#A0CB6E'

red 160 ◦ green 203 ◦ blue 110

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

Shades of Olivine #A0CB6E

Tints of Olivine #A0CB6E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.92%

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

R = 33.83%
G = 42.92%
B = 23.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#A0CB6E (or 0xA0CB6E) is known color: Olivine. HEX triplet: A0, CB and 6E. RGB value is (160,203,110). Sum of RGB (Red+Green+Blue) = 160+203+110=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB6E is #5F3491. Grayscale: #B3B3B3. Windows color (decimal): -6239378 or 7261088. OLE color: 7261088.

HSL color Cylindrical-coordinate representation of color #A0CB6E: hue angle of 87.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0CB6E is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 110 -
CMYK 0.21 0 0.46 0.20
HSL 87.74º 0.47% 0.61% -
HSV(B) 87.74º 0.46% 0.8% -
XYZ 38.67 51.31 22.62 -
YUV 179.54 88.75 114.06 -
System Red Green Blue C M Y K H S L
Decimal 160 203 110 0.21 0 0.46 0.20 87.74 0.47 0.61
Hex A0 CB 6E 15 0 2E 14 58 2F 3D
Octal 240 313 156 25 0 56 24 130 57 75
Binary 10100000 11001011 1101110 10101 0 101110 10100 1011000 101111 111101

Color Harmonies of #A0CB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB6E

Black with #A0CB6E

Text Example


Text Example

White with #A0CB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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