Html Css Color HEX #6ADE82 Pastel Green

📋 copy color: '#6ADE82'

red 106 ◦ green 222 ◦ blue 130

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

Shades of Pastel Green #6ADE82

Tints of Pastel Green #6ADE82

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.47%

 BLUE value IS 130 (51.17% from 255) = 28.38%

R = 23.14%
G = 48.47%
B = 28.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#6ADE82 (or 0x6ADE82) is known color: Pastel Green. HEX triplet: 6A, DE and 82. RGB value is (106,222,130). Sum of RGB (Red+Green+Blue) = 106+222+130=458 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.14% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADE82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADE82 is #95217D. Grayscale: #B1B1B1. Windows color (decimal): -9773438 or 8576618. OLE color: 8576618.

HSL color Cylindrical-coordinate representation of color #6ADE82: hue angle of 132.41º degrees, saturation: 0.64, 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 #6ADE82 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 222 130 -
CMYK 0.52 0 0.41 0.13
HSL 132.41º 0.64% 0.64% -
HSV(B) 132.41º 0.52% 0.87% -
XYZ 36.09 56.92 30.2 -
YUV 176.83 101.57 77.48 -
System Red Green Blue C M Y K H S L
Decimal 106 222 130 0.52 0 0.41 0.13 132.41 0.64 0.64
Hex 6A DE 82 34 0 29 D 84 40 40
Octal 152 336 202 64 0 51 15 204 100 100
Binary 1101010 11011110 10000010 110100 0 101001 1101 10000100 1000000 1000000

Color Harmonies of #6ADE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADE82

Black with #6ADE82

Text Example


Text Example

White with #6ADE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,222,130); }

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

background-color css

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

 a { background-color: rgb(106,222,130); }

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

border-color css

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

 span { border-color: rgb(106,222,130); }

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