Html Css Color HEX #A0D066 Olivine

📋 copy color: '#A0D066'

red 160 ◦ green 208 ◦ blue 102

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

Shades of Olivine #A0D066

Tints of Olivine #A0D066

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.26%

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

R = 34.04%
G = 44.26%
B = 21.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#A0D066 (or 0xA0D066) is known color: Olivine. HEX triplet: A0, D0 and 66. RGB value is (160,208,102). Sum of RGB (Red+Green+Blue) = 160+208+102=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D066 is #5F2F99. Grayscale: #B5B5B5. Windows color (decimal): -6238106 or 6738080. OLE color: 6738080.

HSL color Cylindrical-coordinate representation of color #A0D066: hue angle of 87.17º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0D066 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 208 102 -
CMYK 0.23 0 0.51 0.18
HSL 87.17º 0.53% 0.61% -
HSV(B) 87.17º 0.51% 0.82% -
XYZ 39.45 53.54 20.83 -
YUV 181.56 83.1 112.62 -
System Red Green Blue C M Y K H S L
Decimal 160 208 102 0.23 0 0.51 0.18 87.17 0.53 0.61
Hex A0 D0 66 17 0 33 12 57 35 3D
Octal 240 320 146 27 0 63 22 127 65 75
Binary 10100000 11010000 1100110 10111 0 110011 10010 1010111 110101 111101

Color Harmonies of #A0D066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D066

Black with #A0D066

Text Example


Text Example

White with #A0D066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D066; }

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

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

background-color css

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

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

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

border-color css

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

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

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