Html Css Color HEX #5AF006 Bright Green

📋 copy color: '#5AF006'

red 90 ◦ green 240 ◦ blue 6

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

Shades of Bright Green #5AF006

Tints of Bright Green #5AF006

RGB

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

 GREEN value IS 240 (94.14% from 255) = 71.43%

 BLUE value IS 6 (2.73% from 255) = 1.79%

R = 26.79%
G = 71.43%
B = 1.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#5AF006 (or 0x5AF006) is known color: Bright Green. HEX triplet: 5A, F0 and 06. RGB value is (90,240,6). Sum of RGB (Red+Green+Blue) = 90+240+6=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 240 (94.14% from 255 or 71.43% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF006 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF006 is #A50FF9. Grayscale: #A9A9A9. Windows color (decimal): -10817530 or 454746. OLE color: 454746.

HSL color Cylindrical-coordinate representation of color #5AF006: hue angle of 98.46º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5AF006 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 240 6 -
CMYK 0.62 0 0.98 0.06
HSL 98.46º 0.95% 0.48% -
HSV(B) 98.46º 0.98% 0.94% -
XYZ 35.41 64.51 10.76 -
YUV 168.47 36.31 72.03 -
System Red Green Blue C M Y K H S L
Decimal 90 240 6 0.62 0 0.98 0.06 98.46 0.95 0.48
Hex 5A F0 6 3E 0 62 6 62 5F 30
Octal 132 360 6 76 0 142 6 142 137 60
Binary 1011010 11110000 110 111110 0 1100010 110 1100010 1011111 110000

Color Harmonies of #5AF006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF006

Black with #5AF006

Text Example


Text Example

White with #5AF006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,240,6); }

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

background-color css

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

 a { background-color: rgb(90,240,6); }

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

border-color css

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

 span { border-color: rgb(90,240,6); }

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