#A5FD35

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

Shades of Green Yellow #A5FD35

Tints of Green Yellow #A5FD35

Color information

#A5FD35 (or 0xA5FD35) is unknown color: approx Green Yellow. HEX triplet: A5, FD and 35. RGB value is (165,253,53). Sum of RGB (Red+Green+Blue) = 165+253+53=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 253 (99.22% from 255 or 53.72% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD35 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5FD35 is #5A02CA. Grayscale: #CCCCCC. Windows color (decimal): -5898955 or 3538341. OLE color: 3538341.

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

Color convert

RGB16525353-
CMYK0.3500.790.01
HSL86.4º98.04%60%-
HSV(B)86.4º79.05%99.22%-
XYZ51.2878.5115.82-
YUV203.8942.85100.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 253 (99.22% from 255) = 53.72%
BLUE value IS 53 (21.09% from 255) = 11.25%
R=35.03%
G=53.72%
B=11.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal165253530.3500.790.0186.498.0460
HexA5FD352304F156623c
Octal24537565430117112614274
Binary101001011111110111010110001101001111110101101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FD35; }

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

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

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

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

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

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

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

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