Html Css Color HEX #5AF209 Bright Green

📋 copy color: '#5AF209'

red 90 ◦ green 242 ◦ blue 9

#5AF209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #5AF209

Tints of Bright Green #5AF209

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 value IS 0.63

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#5AF209 (or 0x5AF209) is known color: 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

RGB 90 242 9 -
CMYK 0.63 0 0.96 0.05
HSL 99.14º 0.93% 0.49% -
HSV(B) 99.14º 0.96% 0.95% -
XYZ 36.02 65.7 11.04 -
YUV 169.99 37.14 70.95 -
System Red Green Blue C M Y K H S L
Decimal 90 242 9 0.63 0 0.96 0.05 99.14 0.93 0.49
Hex 5A F2 9 3F 0 60 5 63 5D 31
Octal 132 362 11 77 0 140 5 143 135 61
Binary 1011010 11110010 1001 111111 0 1100000 101 1100011 1011101 110001

Color Harmonies of #5AF209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF209

Black with #5AF209

Text Example


Text Example

White with #5AF209

Text Example


Text Example

HTML Codes & Css Web 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>