Html Css Color HEX #6AFB0E Bright Green

📋 copy color: '#6AFB0E'

red 106 ◦ green 251 ◦ blue 14

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

Shades of Bright Green #6AFB0E

Tints of Bright Green #6AFB0E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 67.65%

 BLUE value IS 14 (5.86% from 255) = 3.77%

R = 28.57%
G = 67.65%
B = 3.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#6AFB0E (or 0x6AFB0E) is known color: Bright Green. HEX triplet: 6A, FB and 0E. RGB value is (106,251,14). Sum of RGB (Red+Green+Blue) = 106+251+14=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 251 (98.44% from 255 or 67.65% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFB0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AFB0E is #9504F1. Grayscale: #B5B5B5. Windows color (decimal): -9766130 or 981866. OLE color: 981866.

HSL color Cylindrical-coordinate representation of color #6AFB0E: hue angle of 96.71º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AFB0E is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 251 14 -
CMYK 0.58 0 0.94 0.02
HSL 96.71º 0.97% 0.52% -
HSV(B) 96.71º 0.94% 0.98% -
XYZ 40.52 72.09 12.19 -
YUV 180.63 33.96 74.77 -
System Red Green Blue C M Y K H S L
Decimal 106 251 14 0.58 0 0.94 0.02 96.71 0.97 0.52
Hex 6A FB E 3A 0 5E 2 61 61 34
Octal 152 373 16 72 0 136 2 141 141 64
Binary 1101010 11111011 1110 111010 0 1011110 10 1100001 1100001 110100

Color Harmonies of #6AFB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFB0E

Black with #6AFB0E

Text Example


Text Example

White with #6AFB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,251,14); }

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

background-color css

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

 a { background-color: rgb(106,251,14); }

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

border-color css

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

 span { border-color: rgb(106,251,14); }

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