Html Css Color HEX #A0D15A Conifer

📋 copy color: '#A0D15A'

red 160 ◦ green 209 ◦ blue 90

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

Shades of Conifer #A0D15A

Tints of Conifer #A0D15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.61%

R = 34.86%
G = 45.53%
B = 19.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#A0D15A (or 0xA0D15A) is known color: Conifer. HEX triplet: A0, D1 and 5A. RGB value is (160,209,90). Sum of RGB (Red+Green+Blue) = 160+209+90=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D15A is #5F2EA5. Grayscale: #B5B5B5. Windows color (decimal): -6237862 or 5951904. OLE color: 5951904.

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

Color convert

RGB 160 209 90 -
CMYK 0.23 0 0.57 0.18
HSL 84.71º 0.56% 0.59% -
HSV(B) 84.71º 0.57% 0.82% -
XYZ 39.14 53.81 18 -
YUV 180.78 76.77 113.18 -
System Red Green Blue C M Y K H S L
Decimal 160 209 90 0.23 0 0.57 0.18 84.71 0.56 0.59
Hex A0 D1 5A 17 0 39 12 55 38 3B
Octal 240 321 132 27 0 71 22 125 70 73
Binary 10100000 11010001 1011010 10111 0 111001 10010 1010101 111000 111011

Color Harmonies of #A0D15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D15A

Black with #A0D15A

Text Example


Text Example

White with #A0D15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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