#A0FD5E

Color #A0FD5E Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A0FD5E

Tints of Conifer #A0FD5E

Color information

#A0FD5E (or 0xA0FD5E) is unknown color: approx Conifer. HEX triplet: A0, FD and 5E. RGB value is (160,253,94). Sum of RGB (Red+Green+Blue) = 160+253+94=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD5E is #5F02A1. Grayscale: #CFCFCF. Windows color (decimal): -6226594 or 6225312. OLE color: 6225312.

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

Color convert

RGB16025394-
CMYK0.3700.630.01
HSL95.09º97.55%68.04%-
HSV(B)95.09º62.85%99.22%-
XYZ51.6478.5323.03-
YUV207.0764.1994.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 253 (99.22% from 255) = 49.90%
BLUE value IS 94 (37.11% from 255) = 18.54%
R=31.56%
G=49.90%
B=18.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal160253940.3700.630.0195.0997.5568.04
HexA0FD5E2503F15f6244
Octal240375136450771137142104
Binary1010000011111101101111010010101111111101111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FD5E; }

 p { color: rgb(160,253,94); }

 H1.HeaderClassName
 {
   color: #A0FD5E;
 }
 .AnyTagClassName
 {
   color: #A0FD5E;
 }
</style>
background-color css

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

 a { background-color: rgb(160,253,94); }

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

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

 span { border-color: rgb(160,253,94); }

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