Html Css Color HEX #A0CA66 Olivine

📋 copy color: '#A0CA66'

red 160 ◦ green 202 ◦ blue 102

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

Shades of Olivine #A0CA66

Tints of Olivine #A0CA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.98%

R = 34.48%
G = 43.53%
B = 21.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#A0CA66 (or 0xA0CA66) is known color: Olivine. HEX triplet: A0, CA and 66. RGB value is (160,202,102). Sum of RGB (Red+Green+Blue) = 160+202+102=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA66 is #5F3599. Grayscale: #B2B2B2. Windows color (decimal): -6239642 or 6736544. OLE color: 6736544.

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

Color convert

RGB 160 202 102 -
CMYK 0.21 0 0.50 0.21
HSL 85.2º 0.49% 0.6% -
HSV(B) 85.2º 0.5% 0.79% -
XYZ 38.02 50.67 20.35 -
YUV 178.04 85.09 115.13 -
System Red Green Blue C M Y K H S L
Decimal 160 202 102 0.21 0 0.50 0.21 85.2 0.49 0.6
Hex A0 CA 66 15 0 32 15 55 31 3C
Octal 240 312 146 25 0 62 25 125 61 74
Binary 10100000 11001010 1100110 10101 0 110010 10101 1010101 110001 111100

Color Harmonies of #A0CA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA66

Black with #A0CA66

Text Example


Text Example

White with #A0CA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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