Html Css Color HEX #A0E15B Conifer

📋 copy color: '#A0E15B'

red 160 ◦ green 225 ◦ blue 91

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

Shades of Conifer #A0E15B

Tints of Conifer #A0E15B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.27%

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

R = 33.61%
G = 47.27%
B = 19.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#A0E15B (or 0xA0E15B) is known color: Conifer. HEX triplet: A0, E1 and 5B. RGB value is (160,225,91). Sum of RGB (Red+Green+Blue) = 160+225+91=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E15B is #5F1EA4. Grayscale: #BEBEBE. Windows color (decimal): -6233765 or 6021536. OLE color: 6021536.

HSL color Cylindrical-coordinate representation of color #A0E15B: hue angle of 89.1º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0E15B is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 225 91 -
CMYK 0.29 0 0.60 0.12
HSL 89.1º 0.69% 0.62% -
HSV(B) 89.1º 0.6% 0.88% -
XYZ 43.31 62.08 19.6 -
YUV 190.29 71.97 106.4 -
System Red Green Blue C M Y K H S L
Decimal 160 225 91 0.29 0 0.60 0.12 89.1 0.69 0.62
Hex A0 E1 5B 1D 0 3C C 59 45 3E
Octal 240 341 133 35 0 74 14 131 105 76
Binary 10100000 11100001 1011011 11101 0 111100 1100 1011001 1000101 111110

Color Harmonies of #A0E15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E15B

Black with #A0E15B

Text Example


Text Example

White with #A0E15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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