Html Css Color HEX #6AEA14 Bright Green

📋 copy color: '#6AEA14'

red 106 ◦ green 234 ◦ blue 20

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

Shades of Bright Green #6AEA14

Tints of Bright Green #6AEA14

RGB

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

 GREEN value IS 234 (91.8% from 255) = 65%

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

R = 29.44%
G = 65%
B = 5.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#6AEA14 (or 0x6AEA14) is known color: Bright Green. HEX triplet: 6A, EA and 14. RGB value is (106,234,20). Sum of RGB (Red+Green+Blue) = 106+234+20=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 234 (91.80% from 255 or 65% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AEA14 is #9515EB. Grayscale: #ACACAC. Windows color (decimal): -9770476 or 1370730. OLE color: 1370730.

HSL color Cylindrical-coordinate representation of color #6AEA14: hue angle of 95.89º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6AEA14 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 234 20 -
CMYK 0.55 0 0.91 0.08
HSL 95.89º 0.84% 0.5% -
HSV(B) 95.89º 0.91% 0.92% -
XYZ 35.49 61.96 10.75 -
YUV 171.33 42.59 81.4 -
System Red Green Blue C M Y K H S L
Decimal 106 234 20 0.55 0 0.91 0.08 95.89 0.84 0.5
Hex 6A EA 14 37 0 5B 8 60 54 32
Octal 152 352 24 67 0 133 10 140 124 62
Binary 1101010 11101010 10100 110111 0 1011011 1000 1100000 1010100 110010

Color Harmonies of #6AEA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEA14

Black with #6AEA14

Text Example


Text Example

White with #6AEA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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