Html Css Color HEX #A0CA6E Olivine

📋 copy color: '#A0CA6E'

red 160 ◦ green 202 ◦ blue 110

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

Shades of Olivine #A0CA6E

Tints of Olivine #A0CA6E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.8%

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

R = 33.9%
G = 42.8%
B = 23.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#A0CA6E (or 0xA0CA6E) is known color: Olivine. HEX triplet: A0, CA and 6E. RGB value is (160,202,110). Sum of RGB (Red+Green+Blue) = 160+202+110=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA6E is #5F3591. Grayscale: #B3B3B3. Windows color (decimal): -6239634 or 7260832. OLE color: 7260832.

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

Color convert

RGB 160 202 110 -
CMYK 0.21 0 0.46 0.21
HSL 87.39º 0.46% 0.61% -
HSV(B) 87.39º 0.46% 0.79% -
XYZ 38.43 50.84 22.54 -
YUV 178.95 89.09 114.48 -
System Red Green Blue C M Y K H S L
Decimal 160 202 110 0.21 0 0.46 0.21 87.39 0.46 0.61
Hex A0 CA 6E 15 0 2E 15 57 2E 3D
Octal 240 312 156 25 0 56 25 127 56 75
Binary 10100000 11001010 1101110 10101 0 101110 10101 1010111 101110 111101

Color Harmonies of #A0CA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA6E

Black with #A0CA6E

Text Example


Text Example

White with #A0CA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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