#A5F155

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

Shades of Conifer #A5F155

Tints of Conifer #A5F155

Color information

#A5F155 (or 0xA5F155) is unknown color: approx Conifer. HEX triplet: A5, F1 and 55. RGB value is (165,241,85). Sum of RGB (Red+Green+Blue) = 165+241+85=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F155 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F155 is #5A0EAA. Grayscale: #C9C9C9. Windows color (decimal): -5901995 or 5632421. OLE color: 5632421.

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

Color convert

RGB16524185-
CMYK0.3200.650.05
HSL89.23º84.78%63.92%-
HSV(B)89.23º64.73%94.51%-
XYZ48.6171.5719.85-
YUV200.4962.82102.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 241 (94.53% from 255) = 49.08%
BLUE value IS 85 (33.59% from 255) = 17.31%
R=33.60%
G=49.08%
B=17.31%

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
Decimal165241850.3200.650.0589.2384.7863.92
HexA5F155200415595540
Octal2453611254001015131125100
Binary1010010111110001101010110000001000001101101100110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F155; }

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

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

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

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

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

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

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

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