Html Css Color HEX #A0D064 Olivine

📋 copy color: '#A0D064'

red 160 ◦ green 208 ◦ blue 100

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

Shades of Olivine #A0D064

Tints of Olivine #A0D064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.37%

R = 34.19%
G = 44.44%
B = 21.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#A0D064 (or 0xA0D064) is known color: Olivine. HEX triplet: A0, D0 and 64. RGB value is (160,208,100). Sum of RGB (Red+Green+Blue) = 160+208+100=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D064 is #5F2F9B. Grayscale: #B5B5B5. Windows color (decimal): -6238108 or 6607008. OLE color: 6607008.

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

Color convert

RGB 160 208 100 -
CMYK 0.23 0 0.52 0.18
HSL 86.67º 0.53% 0.6% -
HSV(B) 86.67º 0.52% 0.82% -
XYZ 39.35 53.51 20.31 -
YUV 181.34 82.1 112.78 -
System Red Green Blue C M Y K H S L
Decimal 160 208 100 0.23 0 0.52 0.18 86.67 0.53 0.6
Hex A0 D0 64 17 0 34 12 57 35 3C
Octal 240 320 144 27 0 64 22 127 65 74
Binary 10100000 11010000 1100100 10111 0 110100 10010 1010111 110101 111100

Color Harmonies of #A0D064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D064

Black with #A0D064

Text Example


Text Example

White with #A0D064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D064; }

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

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

background-color css

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

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

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

border-color css

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

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

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