Html Css Color HEX #6ADC82 Pastel Green

📋 copy color: '#6ADC82'

red 106 ◦ green 220 ◦ blue 130

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

Shades of Pastel Green #6ADC82

Tints of Pastel Green #6ADC82

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.25%

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

R = 23.25%
G = 48.25%
B = 28.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#6ADC82 (or 0x6ADC82) is known color: Pastel Green. HEX triplet: 6A, DC and 82. RGB value is (106,220,130). Sum of RGB (Red+Green+Blue) = 106+220+130=456 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.25% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADC82 is #95237D. Grayscale: #AFAFAF. Windows color (decimal): -9773950 or 8576106. OLE color: 8576106.

HSL color Cylindrical-coordinate representation of color #6ADC82: hue angle of 132.63º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADC82 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 220 130 -
CMYK 0.52 0 0.41 0.14
HSL 132.63º 0.62% 0.64% -
HSV(B) 132.63º 0.52% 0.86% -
XYZ 35.57 55.86 30.03 -
YUV 175.65 102.23 78.32 -
System Red Green Blue C M Y K H S L
Decimal 106 220 130 0.52 0 0.41 0.14 132.63 0.62 0.64
Hex 6A DC 82 34 0 29 E 85 3E 40
Octal 152 334 202 64 0 51 16 205 76 100
Binary 1101010 11011100 10000010 110100 0 101001 1110 10000101 111110 1000000

Color Harmonies of #6ADC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADC82

Black with #6ADC82

Text Example


Text Example

White with #6ADC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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