Html Css Color HEX #A0F959 Conifer

📋 copy color: '#A0F959'

red 160 ◦ green 249 ◦ blue 89

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

Shades of Conifer #A0F959

Tints of Conifer #A0F959

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50%

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

R = 32.13%
G = 50%
B = 17.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#A0F959 (or 0xA0F959) is known color: Conifer. HEX triplet: A0, F9 and 59. RGB value is (160,249,89). Sum of RGB (Red+Green+Blue) = 160+249+89=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 249 (97.66% from 255 or 50% from 498); Blue value is 89 (35.16% from 255 or 17.87% from 498); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F959 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F959 is #5F06A6. Grayscale: #CCCCCC. Windows color (decimal): -6227623 or 5896608. OLE color: 5896608.

HSL color Cylindrical-coordinate representation of color #A0F959: hue angle of 93.38º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0F959 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 249 89 -
CMYK 0.36 0 0.64 0.02
HSL 93.38º 0.93% 0.66% -
HSV(B) 93.38º 0.64% 0.98% -
XYZ 50.18 75.95 21.47 -
YUV 204.15 63.01 96.51 -
System Red Green Blue C M Y K H S L
Decimal 160 249 89 0.36 0 0.64 0.02 93.38 0.93 0.66
Hex A0 F9 59 24 0 40 2 5D 5D 42
Octal 240 371 131 44 0 100 2 135 135 102
Binary 10100000 11111001 1011001 100100 0 1000000 10 1011101 1011101 1000010

Color Harmonies of #A0F959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F959

Black with #A0F959

Text Example


Text Example

White with #A0F959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F959; }

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

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

background-color css

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

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

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

border-color css

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

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

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