Html Css Color HEX #6AFF0E Bright Green

📋 copy color: '#6AFF0E'

red 106 ◦ green 255 ◦ blue 14

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

Shades of Bright Green #6AFF0E

Tints of Bright Green #6AFF0E

RGB

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

 GREEN value IS 255 (100% from 255) = 68%

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

R = 28.27%
G = 68%
B = 3.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#6AFF0E (or 0x6AFF0E) is known color: Bright Green. HEX triplet: 6A, FF and 0E. RGB value is (106,255,14). Sum of RGB (Red+Green+Blue) = 106+255+14=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFF0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AFF0E is #9500F1. Grayscale: #B7B7B7. Windows color (decimal): -9765106 or 982890. OLE color: 982890.

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

Color convert

RGB 106 255 14 -
CMYK 0.58 0 0.95 0
HSL 97.1º 1% 0.53% -
HSV(B) 97.1º 0.95% 1% -
XYZ 41.78 74.62 12.62 -
YUV 182.98 32.64 73.1 -
System Red Green Blue C M Y K H S L
Decimal 106 255 14 0.58 0 0.95 0 97.1 1 0.53
Hex 6A FF E 3A 0 5F 0 61 64 35
Octal 152 377 16 72 0 137 0 141 144 65
Binary 1101010 11111111 1110 111010 0 1011111 0 1100001 1100100 110101

Color Harmonies of #6AFF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFF0E

Black with #6AFF0E

Text Example


Text Example

White with #6AFF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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