Html Css Color HEX #A0FE59 Conifer

📋 copy color: '#A0FE59'

red 160 ◦ green 254 ◦ blue 89

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

Shades of Conifer #A0FE59

Tints of Conifer #A0FE59

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.5%

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

R = 31.81%
G = 50.5%
B = 17.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#A0FE59 (or 0xA0FE59) is known color: Conifer. HEX triplet: A0, FE and 59. RGB value is (160,254,89). Sum of RGB (Red+Green+Blue) = 160+254+89=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 89 (35.16% from 255 or 17.69% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FE59 is #5F01A6. Grayscale: #CFCFCF. Windows color (decimal): -6226343 or 5897888. OLE color: 5897888.

HSL color Cylindrical-coordinate representation of color #A0FE59: hue angle of 94.18º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0FE59 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 254 89 -
CMYK 0.37 0 0.65 0.00
HSL 94.18º 0.99% 0.67% -
HSV(B) 94.18º 0.65% 1% -
XYZ 51.74 79.08 21.99 -
YUV 207.08 61.36 94.42 -
System Red Green Blue C M Y K H S L
Decimal 160 254 89 0.37 0 0.65 0.00 94.18 0.99 0.67
Hex A0 FE 59 25 0 41 0 5E 63 43
Octal 240 376 131 45 0 101 0 136 143 103
Binary 10100000 11111110 1011001 100101 0 1000001 0 1011110 1100011 1000011

Color Harmonies of #A0FE59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FE59

Black with #A0FE59

Text Example


Text Example

White with #A0FE59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FE59; }

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

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

background-color css

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

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

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

border-color css

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

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

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