Html Css Color HEX #A0CB6D Olivine

📋 copy color: '#A0CB6D'

red 160 ◦ green 203 ◦ blue 109

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

Shades of Olivine #A0CB6D

Tints of Olivine #A0CB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.09%

R = 33.9%
G = 43.01%
B = 23.09%

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

#A0CB6D (or 0xA0CB6D) is known color: Olivine. HEX triplet: A0, CB and 6D. RGB value is (160,203,109). Sum of RGB (Red+Green+Blue) = 160+203+109=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB6D is #5F3492. Grayscale: #B3B3B3. Windows color (decimal): -6239379 or 7195552. OLE color: 7195552.

HSL color Cylindrical-coordinate representation of color #A0CB6D: hue angle of 87.45º 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 #A0CB6D is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 109 -
CMYK 0.21 0 0.46 0.20
HSL 87.45º 0.47% 0.61% -
HSV(B) 87.45º 0.46% 0.8% -
XYZ 38.61 51.29 22.33 -
YUV 179.43 88.25 114.14 -
System Red Green Blue C M Y K H S L
Decimal 160 203 109 0.21 0 0.46 0.20 87.45 0.47 0.61
Hex A0 CB 6D 15 0 2E 14 57 2F 3D
Octal 240 313 155 25 0 56 24 127 57 75
Binary 10100000 11001011 1101101 10101 0 101110 10100 1010111 101111 111101

Color Harmonies of #A0CB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB6D

Black with #A0CB6D

Text Example


Text Example

White with #A0CB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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