Html Css Color HEX #6AD014 Kelly Green

📋 copy color: '#6AD014'

red 106 ◦ green 208 ◦ blue 20

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

Shades of Kelly Green #6AD014

Tints of Kelly Green #6AD014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 62.28%

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

R = 31.74%
G = 62.28%
B = 5.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#6AD014 (or 0x6AD014) is known color: Kelly Green. HEX triplet: 6A, D0 and 14. RGB value is (106,208,20). Sum of RGB (Red+Green+Blue) = 106+208+20=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 208 (81.64% from 255 or 62.28% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD014 is #952FEB. Grayscale: #9C9C9C. Windows color (decimal): -9777132 or 1364074. OLE color: 1364074.

HSL color Cylindrical-coordinate representation of color #6AD014: hue angle of 92.55º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6AD014 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 106 208 20 -
CMYK 0.49 0 0.90 0.18
HSL 92.55º 0.82% 0.45% -
HSV(B) 92.55º 0.9% 0.82% -
XYZ 28.63 48.23 8.46 -
YUV 156.07 51.21 92.29 -
System Red Green Blue C M Y K H S L
Decimal 106 208 20 0.49 0 0.90 0.18 92.55 0.82 0.45
Hex 6A D0 14 31 0 5A 12 5D 52 2D
Octal 152 320 24 61 0 132 22 135 122 55
Binary 1101010 11010000 10100 110001 0 1011010 10010 1011101 1010010 101101

Color Harmonies of #6AD014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD014

Black with #6AD014

Text Example


Text Example

White with #6AD014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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