#5AF209

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

Shades of Bright Green #5AF209

Tints of Bright Green #5AF209

Color information

#5AF209 (or 0x5AF209) is unknown color: approx Bright Green. HEX triplet: 5A, F2 and 09. RGB value is (90,242,9). Sum of RGB (Red+Green+Blue) = 90+242+9=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF209 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF209 is #A50DF6. Grayscale: #AAAAAA. Windows color (decimal): -10817015 or 651866. OLE color: 651866.

HSL color Cylindrical-coordinate representation of color #5AF209: hue angle of 99.14º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5AF209 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB902429-
CMYK0.6300.960.05
HSL99.14º92.83%49.22%-
HSV(B)99.14º96.28%94.9%-
XYZ36.0265.711.04-
YUV169.9937.1470.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.39%
GREEN value IS 242 (94.92% from 255) = 70.97%
BLUE value IS 9 (3.91% from 255) = 2.64%
R=26.39%
G=70.97%
B=2.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal9024290.6300.960.0599.1492.8349.22
Hex5AF293F0605635d31
Octal13236211770140514313561
Binary10110101111001010011111110110000010111000111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AF209; }

 p { color: rgb(90,242,9); }

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

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

 a { background-color: rgb(90,242,9); }

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

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

 span { border-color: rgb(90,242,9); }

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