#a0f254

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

Shades of Conifer #A0F254

Tints of Conifer #A0F254

Color information

#A0F254 (or 0xA0F254) is unknown color: approx Conifer. HEX triplet: A0, F2 and 54. RGB value is (160,242,84). Sum of RGB (Red+Green+Blue) = 160+242+84=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 84 (33.20% from 255 or 17.28% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F254 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F254 is #5F0DAB. Grayscale: #C8C8C8. Windows color (decimal): -6229420 or 5567136. OLE color: 5567136.

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

Color convert

RGB16024284-
CMYK0.3400.650.05
HSL91.14º85.87%63.92%-
HSV(B)91.14º65.29%94.9%-
XYZ47.8571.6219.69-
YUV199.4762.8399.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.92%
GREEN value IS 242 (94.92% from 255) = 49.79%
BLUE value IS 84 (33.20% from 255) = 17.28%
R=32.92%
G=49.79%
B=17.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal160242840.3400.650.0591.1485.8763.92
HexA0F2542204155b5640
Octal2403621244201015133126100
Binary1010000011110010101010010001001000001101101101110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0f254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0f254; }

 p { color: rgb(160,242,84); }

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

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

 a { background-color: rgb(160,242,84); }

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

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

 span { border-color: rgb(160,242,84); }

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