#6ADC62

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

Shades of Pastel Green #6ADC62

Tints of Pastel Green #6ADC62

Color information

#6ADC62 (or 0x6ADC62) is unknown color: approx Pastel Green. HEX triplet: 6A, DC and 62. RGB value is (106,220,98). Sum of RGB (Red+Green+Blue) = 106+220+98=424 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADC62 is #95239D. Grayscale: #ACACAC. Windows color (decimal): -9773982 or 6478954. OLE color: 6478954.

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

Color convert

RGB10622098-
CMYK0.5200.550.14
HSL116.07º63.54%62.35%-
HSV(B)116.07º55.45%86.27%-
XYZ33.7455.1320.42-
YUV172.0186.2380.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25%
GREEN value IS 220 (86.33% from 255) = 51.89%
BLUE value IS 98 (38.67% from 255) = 23.11%
R=25%
G=51.89%
B=23.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal106220980.5200.550.14116.0763.5462.35
Hex6ADC6234037E74403e
Octal152334142640671616410076
Binary11010101101110011000101101000110111111011101001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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