#A5FD53

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

Shades of Conifer #A5FD53

Tints of Conifer #A5FD53

Color information

#A5FD53 (or 0xA5FD53) is unknown color: approx Conifer. HEX triplet: A5, FD and 53. RGB value is (165,253,83). Sum of RGB (Red+Green+Blue) = 165+253+83=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FD53 is #5A02AC. Grayscale: #CFCFCF. Windows color (decimal): -5898925 or 5504421. OLE color: 5504421.

HSL color Cylindrical-coordinate representation of color #A5FD53: hue angle of 91.06º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5FD53 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB16525383-
CMYK0.3500.670.01
HSL91.06º97.7%65.88%-
HSV(B)91.06º67.19%99.22%-
XYZ52.278.8720.66-
YUV207.3157.8597.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 253 (99.22% from 255) = 50.50%
BLUE value IS 83 (32.81% from 255) = 16.57%
R=32.93%
G=50.50%
B=16.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal165253830.3500.670.0191.0697.765.88
HexA5FD532304315b6242
Octal2453751234301031133142102
Binary10100101111111011010011100011010000111101101111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FD53; }

 p { color: rgb(165,253,83); }

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

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

 a { background-color: rgb(165,253,83); }

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

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

 span { border-color: rgb(165,253,83); }

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