Html Css Color HEX #A0F459 Conifer

📋 copy color: '#A0F459'

red 160 ◦ green 244 ◦ blue 89

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

Shades of Conifer #A0F459

Tints of Conifer #A0F459

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.49%

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

R = 32.45%
G = 49.49%
B = 18.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#A0F459 (or 0xA0F459) is known color: Conifer. HEX triplet: A0, F4 and 59. RGB value is (160,244,89). Sum of RGB (Red+Green+Blue) = 160+244+89=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 89 (35.16% from 255 or 18.05% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F459 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F459 is #5F0BA6. Grayscale: #C9C9C9. Windows color (decimal): -6228903 or 5895328. OLE color: 5895328.

HSL color Cylindrical-coordinate representation of color #A0F459: hue angle of 92.52º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0F459 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 244 89 -
CMYK 0.34 0 0.64 0.04
HSL 92.52º 0.88% 0.65% -
HSV(B) 92.52º 0.64% 0.96% -
XYZ 48.65 72.9 20.96 -
YUV 201.21 64.67 98.6 -
System Red Green Blue C M Y K H S L
Decimal 160 244 89 0.34 0 0.64 0.04 92.52 0.88 0.65
Hex A0 F4 59 22 0 40 4 5D 58 41
Octal 240 364 131 42 0 100 4 135 130 101
Binary 10100000 11110100 1011001 100010 0 1000000 100 1011101 1011000 1000001

Color Harmonies of #A0F459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F459

Black with #A0F459

Text Example


Text Example

White with #A0F459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F459; }

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

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

background-color css

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

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

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

border-color css

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

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

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