Html Css Color HEX #6AE514 Bright Green

📋 copy color: '#6AE514'

red 106 ◦ green 229 ◦ blue 20

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

Shades of Bright Green #6AE514

Tints of Bright Green #6AE514

RGB

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

 GREEN value IS 229 (89.84% from 255) = 64.51%

 BLUE value IS 20 (8.2% from 255) = 5.63%

R = 29.86%
G = 64.51%
B = 5.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#6AE514 (or 0x6AE514) is known color: Bright Green. HEX triplet: 6A, E5 and 14. RGB value is (106,229,20). Sum of RGB (Red+Green+Blue) = 106+229+20=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 229 (89.84% from 255 or 64.51% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 229 - color contains mainly: green. Hex color #6AE514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AE514 is #951AEB. Grayscale: #A9A9A9. Windows color (decimal): -9771756 or 1369450. OLE color: 1369450.

HSL color Cylindrical-coordinate representation of color #6AE514: hue angle of 95.31º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6AE514 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 106 229 20 -
CMYK 0.54 0 0.91 0.10
HSL 95.31º 0.84% 0.49% -
HSV(B) 95.31º 0.91% 0.9% -
XYZ 34.09 59.15 10.28 -
YUV 168.4 44.25 83.49 -
System Red Green Blue C M Y K H S L
Decimal 106 229 20 0.54 0 0.91 0.10 95.31 0.84 0.49
Hex 6A E5 14 36 0 5B A 5F 54 31
Octal 152 345 24 66 0 133 12 137 124 61
Binary 1101010 11100101 10100 110110 0 1011011 1010 1011111 1010100 110001

Color Harmonies of #6AE514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE514

Black with #6AE514

Text Example


Text Example

White with #6AE514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,229,20); }

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

background-color css

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

 a { background-color: rgb(106,229,20); }

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

border-color css

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

 span { border-color: rgb(106,229,20); }

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