Html Css Color HEX #6ADA81 Pastel Green

📋 copy color: '#6ADA81'

red 106 ◦ green 218 ◦ blue 129

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

Shades of Pastel Green #6ADA81

Tints of Pastel Green #6ADA81

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.12%

 BLUE value IS 129 (50.78% from 255) = 28.48%

R = 23.4%
G = 48.12%
B = 28.48%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#6ADA81 (or 0x6ADA81) is known color: Pastel Green. HEX triplet: 6A, DA and 81. RGB value is (106,218,129). Sum of RGB (Red+Green+Blue) = 106+218+129=453 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.40% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADA81 is #95257E. Grayscale: #AEAEAE. Windows color (decimal): -9774463 or 8510058. OLE color: 8510058.

HSL color Cylindrical-coordinate representation of color #6ADA81: hue angle of 132.32º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ADA81 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 218 129 -
CMYK 0.51 0 0.41 0.15
HSL 132.32º 0.6% 0.64% -
HSV(B) 132.32º 0.51% 0.85% -
XYZ 34.98 54.79 29.5 -
YUV 174.37 102.39 79.24 -
System Red Green Blue C M Y K H S L
Decimal 106 218 129 0.51 0 0.41 0.15 132.32 0.6 0.64
Hex 6A DA 81 33 0 29 F 84 3C 40
Octal 152 332 201 63 0 51 17 204 74 100
Binary 1101010 11011010 10000001 110011 0 101001 1111 10000100 111100 1000000

Color Harmonies of #6ADA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADA81

Black with #6ADA81

Text Example


Text Example

White with #6ADA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,218,129); }

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

background-color css

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

 a { background-color: rgb(106,218,129); }

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

border-color css

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

 span { border-color: rgb(106,218,129); }

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