Html Css Color HEX #6AFE12 Bright Green

📋 copy color: '#6AFE12'

red 106 ◦ green 254 ◦ blue 18

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

Shades of Bright Green #6AFE12

Tints of Bright Green #6AFE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.76%

R = 28.04%
G = 67.2%
B = 4.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#6AFE12 (or 0x6AFE12) is known color: Bright Green. HEX triplet: 6A, FE and 12. RGB value is (106,254,18). Sum of RGB (Red+Green+Blue) = 106+254+18=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 254 (99.61% from 255 or 67.20% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFE12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AFE12 is #9501ED. Grayscale: #B7B7B7. Windows color (decimal): -9765358 or 1244778. OLE color: 1244778.

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

Color convert

RGB 106 254 18 -
CMYK 0.58 0 0.93 0.00
HSL 97.63º 0.99% 0.53% -
HSV(B) 97.63º 0.93% 1% -
XYZ 41.49 73.99 12.67 -
YUV 182.84 34.97 73.19 -
System Red Green Blue C M Y K H S L
Decimal 106 254 18 0.58 0 0.93 0.00 97.63 0.99 0.53
Hex 6A FE 12 3A 0 5D 0 62 63 35
Octal 152 376 22 72 0 135 0 142 143 65
Binary 1101010 11111110 10010 111010 0 1011101 0 1100010 1100011 110101

Color Harmonies of #6AFE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFE12

Black with #6AFE12

Text Example


Text Example

White with #6AFE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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