#A5F426

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

Shades of Green Yellow #A5F426

Tints of Green Yellow #A5F426

Color information

#A5F426 (or 0xA5F426) is unknown color: approx Green Yellow. HEX triplet: A5, F4 and 26. RGB value is (165,244,38). Sum of RGB (Red+Green+Blue) = 165+244+38=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 244 (95.70% from 255 or 54.59% from 447); Blue value is 38 (15.23% from 255 or 8.50% from 447); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F426 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F426 is #5A0BD9. Grayscale: #C5C5C5. Windows color (decimal): -5901274 or 2552997. OLE color: 2552997.

HSL color Cylindrical-coordinate representation of color #A5F426: hue angle of 83.01º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5F426 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB16524438-
CMYK0.3200.840.04
HSL83.01º90.35%55.29%-
HSV(B)83.01º84.43%95.69%-
XYZ48.2272.8413.35-
YUV196.938.33105.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 244 (95.70% from 255) = 54.59%
BLUE value IS 38 (15.23% from 255) = 8.50%
R=36.91%
G=54.59%
B=8.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal165244380.3200.840.0483.0190.3555.29
HexA5F426200544535a37
Octal24536446400124412313267
Binary10100101111101001001101000000101010010010100111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F426; }

 p { color: rgb(165,244,38); }

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

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

 a { background-color: rgb(165,244,38); }

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

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

 span { border-color: rgb(165,244,38); }

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