Html Css Color HEX #6AFE14 Bright Green

📋 copy color: '#6AFE14'

red 106 ◦ green 254 ◦ blue 20

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

Shades of Bright Green #6AFE14

Tints of Bright Green #6AFE14

RGB

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

 GREEN value IS 254 (99.61% from 255) = 66.84%

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

R = 27.89%
G = 66.84%
B = 5.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#6AFE14 (or 0x6AFE14) is known color: Bright Green. HEX triplet: 6A, FE and 14. RGB value is (106,254,20). Sum of RGB (Red+Green+Blue) = 106+254+20=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 254 (99.61% from 255 or 66.84% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFE14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AFE14 is #9501EB. Grayscale: #B7B7B7. Windows color (decimal): -9765356 or 1375850. OLE color: 1375850.

HSL color Cylindrical-coordinate representation of color #6AFE14: hue angle of 97.95º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6AFE14 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.

Color convert

RGB 106 254 20 -
CMYK 0.58 0 0.92 0.00
HSL 97.95º 0.99% 0.54% -
HSV(B) 97.95º 0.92% 1% -
XYZ 41.51 74 12.76 -
YUV 183.07 35.97 73.03 -
System Red Green Blue C M Y K H S L
Decimal 106 254 20 0.58 0 0.92 0.00 97.95 0.99 0.54
Hex 6A FE 14 3A 0 5C 0 62 63 36
Octal 152 376 24 72 0 134 0 142 143 66
Binary 1101010 11111110 10100 111010 0 1011100 0 1100010 1100011 110110

Color Harmonies of #6AFE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFE14

Black with #6AFE14

Text Example


Text Example

White with #6AFE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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