Html Css Color HEX #6ADF14 Bright Green

📋 copy color: '#6ADF14'

red 106 ◦ green 223 ◦ blue 20

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

Shades of Bright Green #6ADF14

Tints of Bright Green #6ADF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 63.9%

 BLUE value IS 20 (8.2% from 255) = 5.73%

R = 30.37%
G = 63.9%
B = 5.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#6ADF14 (or 0x6ADF14) is known color: Bright Green. HEX triplet: 6A, DF and 14. RGB value is (106,223,20). Sum of RGB (Red+Green+Blue) = 106+223+20=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 223 (87.5% from 255 or 63.90% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADF14 is #9520EB. Grayscale: #A5A5A5. Windows color (decimal): -9773292 or 1367914. OLE color: 1367914.

HSL color Cylindrical-coordinate representation of color #6ADF14: hue angle of 94.58º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6ADF14 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 223 20 -
CMYK 0.52 0 0.91 0.13
HSL 94.58º 0.84% 0.48% -
HSV(B) 94.58º 0.91% 0.87% -
XYZ 32.46 55.89 9.74 -
YUV 164.88 46.24 86.01 -
System Red Green Blue C M Y K H S L
Decimal 106 223 20 0.52 0 0.91 0.13 94.58 0.84 0.48
Hex 6A DF 14 34 0 5B D 5F 54 30
Octal 152 337 24 64 0 133 15 137 124 60
Binary 1101010 11011111 10100 110100 0 1011011 1101 1011111 1010100 110000

Color Harmonies of #6ADF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADF14

Black with #6ADF14

Text Example


Text Example

White with #6ADF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,223,20); }

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

background-color css

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

 a { background-color: rgb(106,223,20); }

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

border-color css

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

 span { border-color: rgb(106,223,20); }

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