#5aef0f

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

Shades of Bright Green #5AEF0F

Tints of Bright Green #5AEF0F

Color information

#5AEF0F (or 0x5AEF0F) is unknown color: approx Bright Green. HEX triplet: 5A, EF and 0F. RGB value is (90,239,15). Sum of RGB (Red+Green+Blue) = 90+239+15=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 239 (93.75% from 255 or 69.48% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEF0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AEF0F is #A510F0. Grayscale: #A9A9A9. Windows color (decimal): -10817777 or 1044314. OLE color: 1044314.

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

Color convert

RGB9023915-
CMYK0.6200.940.06
HSL99.91º88.19%49.8%-
HSV(B)99.91º93.72%93.73%-
XYZ35.1763.9410.94-
YUV168.9141.1471.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.16%
GREEN value IS 239 (93.75% from 255) = 69.48%
BLUE value IS 15 (6.25% from 255) = 4.36%
R=26.16%
G=69.48%
B=4.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal90239150.6200.940.0699.9188.1949.8
Hex5AEFF3E05E6645832
Octal13235717760136614413062
Binary10110101110111111111111100101111011011001001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5aef0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,239,15); }

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

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

 a { background-color: rgb(90,239,15); }

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

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

 span { border-color: rgb(90,239,15); }

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