Html Css Color HEX #5AF912 Bright Green

📋 copy color: '#5AF912'

red 90 ◦ green 249 ◦ blue 18

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

Shades of Bright Green #5AF912

Tints of Bright Green #5AF912

RGB

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

 GREEN value IS 249 (97.66% from 255) = 69.75%

 BLUE value IS 18 (7.42% from 255) = 5.04%

R = 25.21%
G = 69.75%
B = 5.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#5AF912 (or 0x5AF912) is known color: Bright Green. HEX triplet: 5A, F9 and 12. RGB value is (90,249,18). Sum of RGB (Red+Green+Blue) = 90+249+18=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 249 (97.66% from 255 or 69.75% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF912 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF912 is #A506ED. Grayscale: #AFAFAF. Windows color (decimal): -10815214 or 1243482. OLE color: 1243482.

HSL color Cylindrical-coordinate representation of color #5AF912: hue angle of 101.3º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5AF912 is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 249 18 -
CMYK 0.64 0 0.93 0.02
HSL 101.3º 0.95% 0.52% -
HSV(B) 101.3º 0.93% 0.98% -
XYZ 38.2 69.97 12.06 -
YUV 175.13 39.32 67.28 -
System Red Green Blue C M Y K H S L
Decimal 90 249 18 0.64 0 0.93 0.02 101.3 0.95 0.52
Hex 5A F9 12 40 0 5D 2 65 5F 34
Octal 132 371 22 100 0 135 2 145 137 64
Binary 1011010 11111001 10010 1000000 0 1011101 10 1100101 1011111 110100

Color Harmonies of #5AF912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF912

Black with #5AF912

Text Example


Text Example

White with #5AF912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,249,18); }

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

background-color css

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

 a { background-color: rgb(90,249,18); }

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

border-color css

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

 span { border-color: rgb(90,249,18); }

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