#A5F15F

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

Shades of Conifer #A5F15F

Tints of Conifer #A5F15F

Color information

#A5F15F (or 0xA5F15F) is unknown color: approx Conifer. HEX triplet: A5, F1 and 5F. RGB value is (165,241,95). Sum of RGB (Red+Green+Blue) = 165+241+95=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F15F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F15F is #5A0EA0. Grayscale: #CACACA. Windows color (decimal): -5901985 or 6287781. OLE color: 6287781.

HSL color Cylindrical-coordinate representation of color #A5F15F: hue angle of 91.23º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5F15F is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB16524195-
CMYK0.3200.610.05
HSL91.23º83.91%65.88%-
HSV(B)91.23º60.58%94.51%-
XYZ49.0471.7422.09-
YUV201.6367.82101.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 241 (94.53% from 255) = 48.10%
BLUE value IS 95 (37.5% from 255) = 18.96%
R=32.93%
G=48.10%
B=18.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165241950.3200.610.0591.2383.9165.88
HexA5F15F2003D55b5442
Octal245361137400755133124102
Binary101001011111000110111111000000111101101101101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F15F; }

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

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

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

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

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

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

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

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