#A5FA5A

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

Shades of Conifer #A5FA5A

Tints of Conifer #A5FA5A

Color information

#A5FA5A (or 0xA5FA5A) is unknown color: approx Conifer. HEX triplet: A5, FA and 5A. RGB value is (165,250,90). Sum of RGB (Red+Green+Blue) = 165+250+90=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FA5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FA5A is #5A05A5. Grayscale: #CECECE. Windows color (decimal): -5899686 or 5962405. OLE color: 5962405.

HSL color Cylindrical-coordinate representation of color #A5FA5A: hue angle of 91.88º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5FA5A is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB16525090-
CMYK0.3400.640.02
HSL91.88º94.12%66.67%-
HSV(B)91.88º64%98.04%-
XYZ51.5577.1121.84-
YUV206.3462.3498.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 250 (98.05% from 255) = 49.50%
BLUE value IS 90 (35.55% from 255) = 17.82%
R=32.67%
G=49.50%
B=17.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal165250900.3400.640.0291.8894.1266.67
HexA5FA5A2204025c5e43
Octal2453721324201002134136103
Binary101001011111101010110101000100100000010101110010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FA5A; }

 p { color: rgb(165,250,90); }

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

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

 a { background-color: rgb(165,250,90); }

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

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

 span { border-color: rgb(165,250,90); }

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