Html Css Color HEX #6AD620 Kelly Green

📋 copy color: '#6AD620'

red 106 ◦ green 214 ◦ blue 32

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

Shades of Kelly Green #6AD620

Tints of Kelly Green #6AD620

RGB

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

 GREEN value IS 214 (83.98% from 255) = 60.8%

 BLUE value IS 32 (12.89% from 255) = 9.09%

R = 30.11%
G = 60.8%
B = 9.09%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#6AD620 (or 0x6AD620) is known color: Kelly Green. HEX triplet: 6A, D6 and 20. RGB value is (106,214,32). Sum of RGB (Red+Green+Blue) = 106+214+32=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD620 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD620 is #9529DF. Grayscale: #A1A1A1. Windows color (decimal): -9775584 or 2152042. OLE color: 2152042.

HSL color Cylindrical-coordinate representation of color #6AD620: hue angle of 95.6º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6AD620 is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 106 214 32 -
CMYK 0.50 0 0.85 0.16
HSL 95.6º 0.74% 0.48% -
HSV(B) 95.6º 0.85% 0.84% -
XYZ 30.25 51.26 9.67 -
YUV 160.96 55.22 88.8 -
System Red Green Blue C M Y K H S L
Decimal 106 214 32 0.50 0 0.85 0.16 95.6 0.74 0.48
Hex 6A D6 20 32 0 55 10 60 4A 30
Octal 152 326 40 62 0 125 20 140 112 60
Binary 1101010 11010110 100000 110010 0 1010101 10000 1100000 1001010 110000

Color Harmonies of #6AD620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD620

Black with #6AD620

Text Example


Text Example

White with #6AD620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,214,32); }

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

background-color css

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

 a { background-color: rgb(106,214,32); }

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

border-color css

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

 span { border-color: rgb(106,214,32); }

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