Html Css Color HEX #A0FC59 Conifer

📋 copy color: '#A0FC59'

red 160 ◦ green 252 ◦ blue 89

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

Shades of Conifer #A0FC59

Tints of Conifer #A0FC59

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.3%

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

R = 31.94%
G = 50.3%
B = 17.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#A0FC59 (or 0xA0FC59) is known color: Conifer. HEX triplet: A0, FC and 59. RGB value is (160,252,89). Sum of RGB (Red+Green+Blue) = 160+252+89=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 89 (35.16% from 255 or 17.76% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FC59 is #5F03A6. Grayscale: #CECECE. Windows color (decimal): -6226855 or 5897376. OLE color: 5897376.

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

Color convert

RGB 160 252 89 -
CMYK 0.37 0 0.65 0.01
HSL 93.87º 0.96% 0.67% -
HSV(B) 93.87º 0.65% 0.99% -
XYZ 51.11 77.82 21.78 -
YUV 205.91 62.02 95.25 -
System Red Green Blue C M Y K H S L
Decimal 160 252 89 0.37 0 0.65 0.01 93.87 0.96 0.67
Hex A0 FC 59 25 0 41 1 5E 60 43
Octal 240 374 131 45 0 101 1 136 140 103
Binary 10100000 11111100 1011001 100101 0 1000001 1 1011110 1100000 1000011

Color Harmonies of #A0FC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FC59

Black with #A0FC59

Text Example


Text Example

White with #A0FC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FC59; }

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

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

background-color css

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

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

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

border-color css

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

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

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