Html Css Color HEX #5AF126 Bright Green

📋 copy color: '#5AF126'

red 90 ◦ green 241 ◦ blue 38

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

Shades of Bright Green #5AF126

Tints of Bright Green #5AF126

RGB

 RED value IS 90 (35.55% from 255) = 24.39%

 GREEN value IS 241 (94.53% from 255) = 65.31%

 BLUE value IS 38 (15.23% from 255) = 10.3%

R = 24.39%
G = 65.31%
B = 10.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#5AF126 (or 0x5AF126) is known color: Bright Green. HEX triplet: 5A, F1 and 26. RGB value is (90,241,38). Sum of RGB (Red+Green+Blue) = 90+241+38=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 241 (94.53% from 255 or 65.31% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF126 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF126 is #A50ED9. Grayscale: #ADADAD. Windows color (decimal): -10817242 or 2552154. OLE color: 2552154.

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

Color convert

RGB 90 241 38 -
CMYK 0.63 0 0.84 0.05
HSL 104.63º 0.88% 0.55% -
HSV(B) 104.63º 0.84% 0.95% -
XYZ 36.02 65.22 12.52 -
YUV 172.71 51.97 69.01 -
System Red Green Blue C M Y K H S L
Decimal 90 241 38 0.63 0 0.84 0.05 104.63 0.88 0.55
Hex 5A F1 26 3F 0 54 5 69 58 37
Octal 132 361 46 77 0 124 5 151 130 67
Binary 1011010 11110001 100110 111111 0 1010100 101 1101001 1011000 110111

Color Harmonies of #5AF126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF126

Black with #5AF126

Text Example


Text Example

White with #5AF126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,241,38); }

 H1.HeaderClassName
 {
   color: #5AF126;
 }
 .AnyTagClassName
 {
   color: #5AF126;
 }
</style>

background-color css

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

 a { background-color: rgb(90,241,38); }

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

border-color css

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

 span { border-color: rgb(90,241,38); }

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