#A5F03D

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

Shades of Green Yellow #A5F03D

Tints of Green Yellow #A5F03D

Color information

#A5F03D (or 0xA5F03D) is unknown color: approx Green Yellow. HEX triplet: A5, F0 and 3D. RGB value is (165,240,61). Sum of RGB (Red+Green+Blue) = 165+240+61=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F03D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F03D is #5A0FC2. Grayscale: #C5C5C5. Windows color (decimal): -5902275 or 4059301. OLE color: 4059301.

HSL color Cylindrical-coordinate representation of color #A5F03D: hue angle of 85.14º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5F03D is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB16524061-
CMYK0.3100.750.06
HSL85.14º85.65%59.02%-
HSV(B)85.14º74.58%94.12%-
XYZ47.5270.6615.55-
YUV197.1751.15105.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.41%
GREEN value IS 240 (94.14% from 255) = 51.50%
BLUE value IS 61 (24.22% from 255) = 13.09%
R=35.41%
G=51.50%
B=13.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal165240610.3100.750.0685.1485.6559.02
HexA5F03D1F04B655563b
Octal24536075370113612512673
Binary1010010111110000111101111110100101111010101011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F03D; }

 p { color: rgb(165,240,61); }

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

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

 a { background-color: rgb(165,240,61); }

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

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

 span { border-color: rgb(165,240,61); }

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