Html Css Color HEX #A0D15B Conifer

📋 copy color: '#A0D15B'

red 160 ◦ green 209 ◦ blue 91

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

Shades of Conifer #A0D15B

Tints of Conifer #A0D15B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.43%

 BLUE value IS 91 (35.94% from 255) = 19.78%

R = 34.78%
G = 45.43%
B = 19.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#A0D15B (or 0xA0D15B) is known color: Conifer. HEX triplet: A0, D1 and 5B. RGB value is (160,209,91). Sum of RGB (Red+Green+Blue) = 160+209+91=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D15B is #5F2EA4. Grayscale: #B5B5B5. Windows color (decimal): -6237861 or 6017440. OLE color: 6017440.

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

Color convert

RGB 160 209 91 -
CMYK 0.23 0 0.56 0.18
HSL 84.92º 0.56% 0.59% -
HSV(B) 84.92º 0.56% 0.82% -
XYZ 39.19 53.83 18.22 -
YUV 180.9 77.27 113.09 -
System Red Green Blue C M Y K H S L
Decimal 160 209 91 0.23 0 0.56 0.18 84.92 0.56 0.59
Hex A0 D1 5B 17 0 38 12 55 38 3B
Octal 240 321 133 27 0 70 22 125 70 73
Binary 10100000 11010001 1011011 10111 0 111000 10010 1010101 111000 111011

Color Harmonies of #A0D15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D15B

Black with #A0D15B

Text Example


Text Example

White with #A0D15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D15B; }

 p { color: rgb(160,209,91); }

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

background-color css

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

 a { background-color: rgb(160,209,91); }

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

border-color css

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

 span { border-color: rgb(160,209,91); }

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