Html Css Color HEX #6AF310 Bright Green

📋 copy color: '#6AF310'

red 106 ◦ green 243 ◦ blue 16

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

Shades of Bright Green #6AF310

Tints of Bright Green #6AF310

RGB

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

 GREEN value IS 243 (95.31% from 255) = 66.58%

 BLUE value IS 16 (6.64% from 255) = 4.38%

R = 29.04%
G = 66.58%
B = 4.38%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#6AF310 (or 0x6AF310) is known color: Bright Green. HEX triplet: 6A, F3 and 10. RGB value is (106,243,16). Sum of RGB (Red+Green+Blue) = 106+243+16=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 243 (95.31% from 255 or 66.58% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF310 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF310 is #950CEF. Grayscale: #B0B0B0. Windows color (decimal): -9768176 or 1110890. OLE color: 1110890.

HSL color Cylindrical-coordinate representation of color #6AF310: hue angle of 96.21º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6AF310 is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 243 16 -
CMYK 0.56 0 0.93 0.05
HSL 96.21º 0.9% 0.51% -
HSV(B) 96.21º 0.93% 0.95% -
XYZ 38.09 67.2 11.45 -
YUV 176.16 37.61 77.96 -
System Red Green Blue C M Y K H S L
Decimal 106 243 16 0.56 0 0.93 0.05 96.21 0.9 0.51
Hex 6A F3 10 38 0 5D 5 60 5A 33
Octal 152 363 20 70 0 135 5 140 132 63
Binary 1101010 11110011 10000 111000 0 1011101 101 1100000 1011010 110011

Color Harmonies of #6AF310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF310

Black with #6AF310

Text Example


Text Example

White with #6AF310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,243,16); }

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

background-color css

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

 a { background-color: rgb(106,243,16); }

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

border-color css

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

 span { border-color: rgb(106,243,16); }

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