#A5F91F

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

Shades of Green Yellow #A5F91F

Tints of Green Yellow #A5F91F

Color information

#A5F91F (or 0xA5F91F) is unknown color: approx Green Yellow. HEX triplet: A5, F9 and 1F. RGB value is (165,249,31). Sum of RGB (Red+Green+Blue) = 165+249+31=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 249 (97.66% from 255 or 55.96% from 445); Blue value is 31 (12.5% from 255 or 6.97% from 445); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F91F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F91F is #5A06E0. Grayscale: #C7C7C7. Windows color (decimal): -5900001 or 2095525. OLE color: 2095525.

HSL color Cylindrical-coordinate representation of color #A5F91F: hue angle of 83.12º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5F91F is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB16524931-
CMYK0.3400.880.02
HSL83.12º94.78%54.9%-
HSV(B)83.12º87.55%97.65%-
XYZ49.6475.8513.32-
YUV199.0333.17103.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.08%
GREEN value IS 249 (97.66% from 255) = 55.96%
BLUE value IS 31 (12.5% from 255) = 6.97%
R=37.08%
G=55.96%
B=6.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal165249310.3400.880.0283.1294.7854.9
HexA5F91F220582535f37
Octal24537137420130212313767
Binary101001011111100111111100010010110001010100111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F91F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F91F; }

 p { color: rgb(165,249,31); }

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

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

 a { background-color: rgb(165,249,31); }

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

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

 span { border-color: rgb(165,249,31); }

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