Html Css Color HEX #A0E45B Conifer

📋 copy color: '#A0E45B'

red 160 ◦ green 228 ◦ blue 91

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

Shades of Conifer #A0E45B

Tints of Conifer #A0E45B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.6%

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

R = 33.4%
G = 47.6%
B = 19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#A0E45B (or 0xA0E45B) is known color: Conifer. HEX triplet: A0, E4 and 5B. RGB value is (160,228,91). Sum of RGB (Red+Green+Blue) = 160+228+91=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E45B is #5F1BA4. Grayscale: #C0C0C0. Windows color (decimal): -6232997 or 6022304. OLE color: 6022304.

HSL color Cylindrical-coordinate representation of color #A0E45B: hue angle of 89.78º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0E45B is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 228 91 -
CMYK 0.30 0 0.60 0.11
HSL 89.78º 0.72% 0.63% -
HSV(B) 89.78º 0.6% 0.89% -
XYZ 44.13 63.72 19.87 -
YUV 192.05 70.97 105.14 -
System Red Green Blue C M Y K H S L
Decimal 160 228 91 0.30 0 0.60 0.11 89.78 0.72 0.63
Hex A0 E4 5B 1E 0 3C B 5A 48 3F
Octal 240 344 133 36 0 74 13 132 110 77
Binary 10100000 11100100 1011011 11110 0 111100 1011 1011010 1001000 111111

Color Harmonies of #A0E45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E45B

Black with #A0E45B

Text Example


Text Example

White with #A0E45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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