#6AEF0E

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

Shades of Bright Green #6AEF0E

Tints of Bright Green #6AEF0E

Color information

#6AEF0E (or 0x6AEF0E) is unknown color: approx Bright Green. HEX triplet: 6A, EF and 0E. RGB value is (106,239,14). Sum of RGB (Red+Green+Blue) = 106+239+14=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 239 (93.75% from 255 or 66.57% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEF0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AEF0E is #9510F1. Grayscale: #AEAEAE. Windows color (decimal): -9769202 or 978794. OLE color: 978794.

HSL color Cylindrical-coordinate representation of color #6AEF0E: hue angle of 95.47º degrees, saturation: 0.89, 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 #6AEF0E is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB10623914-
CMYK0.5600.940.06
HSL95.47º88.93%49.61%-
HSV(B)95.47º94.14%93.73%-
XYZ36.8964.8310.98-
YUV173.5837.9479.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.53%
GREEN value IS 239 (93.75% from 255) = 66.57%
BLUE value IS 14 (5.86% from 255) = 3.90%
R=29.53%
G=66.57%
B=3.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal106239140.5600.940.0695.4788.9349.61
Hex6AEFE3805E65f5932
Octal15235716700136613713162
Binary11010101110111111101110000101111011010111111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AEF0E; }

 p { color: rgb(106,239,14); }

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

<style>
 a { background-color: #6AEF0E; }

 a { background-color: rgb(106,239,14); }

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

<style>
 span { border-color: #6AEF0E; }

 span { border-color: rgb(106,239,14); }

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