Html Css Color HEX #A0D468 Olivine

📋 copy color: '#A0D468'

red 160 ◦ green 212 ◦ blue 104

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

Shades of Olivine #A0D468

Tints of Olivine #A0D468

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.54%

 BLUE value IS 104 (41.02% from 255) = 21.85%

R = 33.61%
G = 44.54%
B = 21.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#A0D468 (or 0xA0D468) is known color: Olivine. HEX triplet: A0, D4 and 68. RGB value is (160,212,104). Sum of RGB (Red+Green+Blue) = 160+212+104=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D468 is #5F2B97. Grayscale: #B8B8B8. Windows color (decimal): -6237080 or 6870176. OLE color: 6870176.

HSL color Cylindrical-coordinate representation of color #A0D468: hue angle of 88.89º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0D468 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 212 104 -
CMYK 0.25 0 0.51 0.17
HSL 88.89º 0.56% 0.62% -
HSV(B) 88.89º 0.51% 0.83% -
XYZ 40.54 55.56 21.68 -
YUV 184.14 82.77 110.78 -
System Red Green Blue C M Y K H S L
Decimal 160 212 104 0.25 0 0.51 0.17 88.89 0.56 0.62
Hex A0 D4 68 19 0 33 11 59 38 3E
Octal 240 324 150 31 0 63 21 131 70 76
Binary 10100000 11010100 1101000 11001 0 110011 10001 1011001 111000 111110

Color Harmonies of #A0D468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D468

Black with #A0D468

Text Example


Text Example

White with #A0D468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D468; }

 p { color: rgb(160,212,104); }

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

background-color css

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

 a { background-color: rgb(160,212,104); }

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

border-color css

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

 span { border-color: rgb(160,212,104); }

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