Html Css Color HEX #6AFC12 Bright Green

📋 copy color: '#6AFC12'

red 106 ◦ green 252 ◦ blue 18

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

Shades of Bright Green #6AFC12

Tints of Bright Green #6AFC12

RGB

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

 GREEN value IS 252 (98.83% from 255) = 67.02%

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

R = 28.19%
G = 67.02%
B = 4.79%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#6AFC12 (or 0x6AFC12) is known color: Bright Green. HEX triplet: 6A, FC and 12. RGB value is (106,252,18). Sum of RGB (Red+Green+Blue) = 106+252+18=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 252 (98.83% from 255 or 67.02% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFC12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AFC12 is #9503ED. Grayscale: #B6B6B6. Windows color (decimal): -9765870 or 1244266. OLE color: 1244266.

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

Color convert

RGB 106 252 18 -
CMYK 0.58 0 0.93 0.01
HSL 97.44º 0.98% 0.53% -
HSV(B) 97.44º 0.93% 0.99% -
XYZ 40.86 72.73 12.46 -
YUV 181.67 35.63 74.03 -
System Red Green Blue C M Y K H S L
Decimal 106 252 18 0.58 0 0.93 0.01 97.44 0.98 0.53
Hex 6A FC 12 3A 0 5D 1 61 62 35
Octal 152 374 22 72 0 135 1 141 142 65
Binary 1101010 11111100 10010 111010 0 1011101 1 1100001 1100010 110101

Color Harmonies of #6AFC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFC12

Black with #6AFC12

Text Example


Text Example

White with #6AFC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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