#A5F154

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

Shades of Conifer #A5F154

Tints of Conifer #A5F154

Color information

#A5F154 (or 0xA5F154) is unknown color: approx Conifer. HEX triplet: A5, F1 and 54. RGB value is (165,241,84). Sum of RGB (Red+Green+Blue) = 165+241+84=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 84 (33.20% from 255 or 17.14% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F154 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F154 is #5A0EAB. Grayscale: #C8C8C8. Windows color (decimal): -5901996 or 5566885. OLE color: 5566885.

HSL color Cylindrical-coordinate representation of color #A5F154: hue angle of 89.04º degrees, saturation: 0.85, 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 #A5F154 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB16524184-
CMYK0.3200.650.05
HSL89.04º84.86%63.73%-
HSV(B)89.04º65.15%94.51%-
XYZ48.5771.5519.64-
YUV200.3862.32102.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 241 (94.53% from 255) = 49.18%
BLUE value IS 84 (33.20% from 255) = 17.14%
R=33.67%
G=49.18%
B=17.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165241840.3200.650.0589.0484.8663.73
HexA5F154200415595540
Octal2453611244001015131125100
Binary1010010111110001101010010000001000001101101100110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F154; }

 p { color: rgb(165,241,84); }

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

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

 a { background-color: rgb(165,241,84); }

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

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

 span { border-color: rgb(165,241,84); }

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