Html Css Color HEX #A0D259 Conifer

📋 copy color: '#A0D259'

red 160 ◦ green 210 ◦ blue 89

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

Shades of Conifer #A0D259

Tints of Conifer #A0D259

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.75%

 BLUE value IS 89 (35.16% from 255) = 19.39%

R = 34.86%
G = 45.75%
B = 19.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#A0D259 (or 0xA0D259) is known color: Conifer. HEX triplet: A0, D2 and 59. RGB value is (160,210,89). Sum of RGB (Red+Green+Blue) = 160+210+89=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D259 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D259 is #5F2DA6. Grayscale: #B5B5B5. Windows color (decimal): -6237607 or 5886624. OLE color: 5886624.

HSL color Cylindrical-coordinate representation of color #A0D259: hue angle of 84.79º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0D259 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 210 89 -
CMYK 0.24 0 0.58 0.18
HSL 84.79º 0.57% 0.59% -
HSV(B) 84.79º 0.58% 0.82% -
XYZ 39.35 54.29 17.86 -
YUV 181.26 75.94 112.84 -
System Red Green Blue C M Y K H S L
Decimal 160 210 89 0.24 0 0.58 0.18 84.79 0.57 0.59
Hex A0 D2 59 18 0 3A 12 55 39 3B
Octal 240 322 131 30 0 72 22 125 71 73
Binary 10100000 11010010 1011001 11000 0 111010 10010 1010101 111001 111011

Color Harmonies of #A0D259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D259

Black with #A0D259

Text Example


Text Example

White with #A0D259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D259; }

 p { color: rgb(160,210,89); }

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

background-color css

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

 a { background-color: rgb(160,210,89); }

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

border-color css

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

 span { border-color: rgb(160,210,89); }

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