#6ADF7E

Color #6ADF7E Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #6ADF7E

Tints of Pastel Green #6ADF7E

Color information

#6ADF7E (or 0x6ADF7E) is unknown color: approx Pastel Green. HEX triplet: 6A, DF and 7E. RGB value is (106,223,126). Sum of RGB (Red+Green+Blue) = 106+223+126=455 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.30% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADF7E is #952081. Grayscale: #B1B1B1. Windows color (decimal): -9773186 or 8314730. OLE color: 8314730.

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

Color convert

RGB106223126-
CMYK0.5200.430.13
HSL130.26º64.64%64.51%-
HSV(B)130.26º52.47%87.45%-
XYZ36.157.3528.9-
YUV176.9699.2477.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.30%
GREEN value IS 223 (87.5% from 255) = 49.01%
BLUE value IS 126 (49.61% from 255) = 27.69%
R=23.30%
G=49.01%
B=27.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1062231260.5200.430.13130.2664.6464.51
Hex6ADF7E3402BD824141
Octal1523371766405315202101101
Binary1101010110111111111110110100010101111011000001010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,223,126); }

 H1.HeaderClassName
 {
   color: #6ADF7E;
 }
 .AnyTagClassName
 {
   color: #6ADF7E;
 }
</style>
background-color css

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

 a { background-color: rgb(106,223,126); }

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

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

 span { border-color: rgb(106,223,126); }

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