#A5F35D

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

Shades of Conifer #A5F35D

Tints of Conifer #A5F35D

Color information

#A5F35D (or 0xA5F35D) is unknown color: approx Conifer. HEX triplet: A5, F3 and 5D. RGB value is (165,243,93). Sum of RGB (Red+Green+Blue) = 165+243+93=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F35D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F35D is #5A0CA2. Grayscale: #CBCBCB. Windows color (decimal): -5901475 or 6157221. OLE color: 6157221.

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

Color convert

RGB16524393-
CMYK0.3200.620.05
HSL91.2º86.21%65.88%-
HSV(B)91.2º61.73%95.29%-
XYZ49.5472.8921.81-
YUV202.5866.16101.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 243 (95.31% from 255) = 48.50%
BLUE value IS 93 (36.72% from 255) = 18.56%
R=32.93%
G=48.50%
B=18.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165243930.3200.620.0591.286.2165.88
HexA5F35D2003E55b5642
Octal245363135400765133126102
Binary101001011111001110111011000000111110101101101110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F35D; }

 p { color: rgb(165,243,93); }

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

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

 a { background-color: rgb(165,243,93); }

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

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

 span { border-color: rgb(165,243,93); }

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