Html Css Color HEX #6ADD70 Pastel Green

📋 copy color: '#6ADD70'

red 106 ◦ green 221 ◦ blue 112

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

Shades of Pastel Green #6ADD70

Tints of Pastel Green #6ADD70

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.34%

 BLUE value IS 112 (44.14% from 255) = 25.51%

R = 24.15%
G = 50.34%
B = 25.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#6ADD70 (or 0x6ADD70) is known color: Pastel Green. HEX triplet: 6A, DD and 70. RGB value is (106,221,112). Sum of RGB (Red+Green+Blue) = 106+221+112=439 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.15% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADD70 is #95228F. Grayscale: #AEAEAE. Windows color (decimal): -9773712 or 7396714. OLE color: 7396714.

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

Color convert

RGB 106 221 112 -
CMYK 0.52 0 0.49 0.13
HSL 123.13º 0.63% 0.64% -
HSV(B) 123.13º 0.52% 0.87% -
XYZ 34.72 55.95 24.3 -
YUV 174.19 92.9 79.36 -
System Red Green Blue C M Y K H S L
Decimal 106 221 112 0.52 0 0.49 0.13 123.13 0.63 0.64
Hex 6A DD 70 34 0 31 D 7B 3F 40
Octal 152 335 160 64 0 61 15 173 77 100
Binary 1101010 11011101 1110000 110100 0 110001 1101 1111011 111111 1000000

Color Harmonies of #6ADD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADD70

Black with #6ADD70

Text Example


Text Example

White with #6ADD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,221,112); }

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

background-color css

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

 a { background-color: rgb(106,221,112); }

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

border-color css

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

 span { border-color: rgb(106,221,112); }

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