Html Css Color HEX #6AE010 Bright Green

📋 copy color: '#6AE010'

red 106 ◦ green 224 ◦ blue 16

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

Shades of Bright Green #6AE010

Tints of Bright Green #6AE010

RGB

 RED value IS 106 (41.8% from 255) = 30.64%

 GREEN value IS 224 (87.89% from 255) = 64.74%

 BLUE value IS 16 (6.64% from 255) = 4.62%

R = 30.64%
G = 64.74%
B = 4.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#6AE010 (or 0x6AE010) is known color: Bright Green. HEX triplet: 6A, E0 and 10. RGB value is (106,224,16). Sum of RGB (Red+Green+Blue) = 106+224+16=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 224 (87.89% from 255 or 64.74% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AE010 is #951FEF. Grayscale: #A5A5A5. Windows color (decimal): -9773040 or 1106026. OLE color: 1106026.

HSL color Cylindrical-coordinate representation of color #6AE010: hue angle of 94.04º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6AE010 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 106 224 16 -
CMYK 0.53 0 0.93 0.12
HSL 94.04º 0.87% 0.47% -
HSV(B) 94.04º 0.93% 0.88% -
XYZ 32.69 56.41 9.66 -
YUV 165.01 43.91 85.91 -
System Red Green Blue C M Y K H S L
Decimal 106 224 16 0.53 0 0.93 0.12 94.04 0.87 0.47
Hex 6A E0 10 35 0 5D C 5E 57 2F
Octal 152 340 20 65 0 135 14 136 127 57
Binary 1101010 11100000 10000 110101 0 1011101 1100 1011110 1010111 101111

Color Harmonies of #6AE010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE010

Black with #6AE010

Text Example


Text Example

White with #6AE010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,224,16); }

 H1.HeaderClassName
 {
   color: #6AE010;
 }
 .AnyTagClassName
 {
   color: #6AE010;
 }
</style>

background-color css

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

 a { background-color: rgb(106,224,16); }

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

border-color css

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

 span { border-color: rgb(106,224,16); }

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