Html Css Color HEX #6AE015 Bright Green

📋 copy color: '#6AE015'

red 106 ◦ green 224 ◦ blue 21

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

Shades of Bright Green #6AE015

Tints of Bright Green #6AE015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.98%

R = 30.2%
G = 63.82%
B = 5.98%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#6AE015 (or 0x6AE015) is known color: Bright Green. HEX triplet: 6A, E0 and 15. RGB value is (106,224,21). Sum of RGB (Red+Green+Blue) = 106+224+21=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 224 (87.89% from 255 or 63.82% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AE015 is #951FEA. Grayscale: #A6A6A6. Windows color (decimal): -9773035 or 1433706. OLE color: 1433706.

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

Color convert

RGB 106 224 21 -
CMYK 0.53 0 0.91 0.12
HSL 94.88º 0.83% 0.48% -
HSV(B) 94.88º 0.91% 0.88% -
XYZ 32.73 56.43 9.88 -
YUV 165.58 46.41 85.51 -
System Red Green Blue C M Y K H S L
Decimal 106 224 21 0.53 0 0.91 0.12 94.88 0.83 0.48
Hex 6A E0 15 35 0 5B C 5F 53 30
Octal 152 340 25 65 0 133 14 137 123 60
Binary 1101010 11100000 10101 110101 0 1011011 1100 1011111 1010011 110000

Color Harmonies of #6AE015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE015

Black with #6AE015

Text Example


Text Example

White with #6AE015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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