Html Css Color HEX #6AF210 Bright Green

📋 copy color: '#6AF210'

red 106 ◦ green 242 ◦ blue 16

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

Shades of Bright Green #6AF210

Tints of Bright Green #6AF210

RGB

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

 GREEN value IS 242 (94.92% from 255) = 66.48%

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

R = 29.12%
G = 66.48%
B = 4.4%

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

#6AF210 (or 0x6AF210) is known color: Bright Green. HEX triplet: 6A, F2 and 10. RGB value is (106,242,16). Sum of RGB (Red+Green+Blue) = 106+242+16=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 242 (94.92% from 255 or 66.48% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF210 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF210 is #950DEF. Grayscale: #B0B0B0. Windows color (decimal): -9768432 or 1110634. OLE color: 1110634.

HSL color Cylindrical-coordinate representation of color #6AF210: hue angle of 96.11º 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 #6AF210 is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 242 16 -
CMYK 0.56 0 0.93 0.05
HSL 96.11º 0.9% 0.51% -
HSV(B) 96.11º 0.93% 0.95% -
XYZ 37.79 66.61 11.35 -
YUV 175.57 37.94 78.38 -
System Red Green Blue C M Y K H S L
Decimal 106 242 16 0.56 0 0.93 0.05 96.11 0.9 0.51
Hex 6A F2 10 38 0 5D 5 60 5A 33
Octal 152 362 20 70 0 135 5 140 132 63
Binary 1101010 11110010 10000 111000 0 1011101 101 1100000 1011010 110011

Color Harmonies of #6AF210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF210

Black with #6AF210

Text Example


Text Example

White with #6AF210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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