#A5F85A

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

Shades of Conifer #A5F85A

Tints of Conifer #A5F85A

Color information

#A5F85A (or 0xA5F85A) is unknown color: approx Conifer. HEX triplet: A5, F8 and 5A. RGB value is (165,248,90). Sum of RGB (Red+Green+Blue) = 165+248+90=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F85A is #5A07A5. Grayscale: #CDCDCD. Windows color (decimal): -5900198 or 5961893. OLE color: 5961893.

HSL color Cylindrical-coordinate representation of color #A5F85A: hue angle of 91.52º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5F85A is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB16524890-
CMYK0.3300.640.03
HSL91.52º91.86%66.27%-
HSV(B)91.52º63.71%97.25%-
XYZ50.9375.8721.63-
YUV205.176399.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 248 (97.27% from 255) = 49.30%
BLUE value IS 90 (35.55% from 255) = 17.89%
R=32.80%
G=49.30%
B=17.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal165248900.3300.640.0391.5291.8666.27
HexA5F85A2104035c5c42
Octal2453701324101003134134102
Binary101001011111100010110101000010100000011101110010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F85A; }

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

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

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

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

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

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

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

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