#6AEC70

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

Shades of Pastel Green #6AEC70

Tints of Pastel Green #6AEC70

Color information

#6AEC70 (or 0x6AEC70) is unknown color: approx Pastel Green. HEX triplet: 6A, EC and 70. RGB value is (106,236,112). Sum of RGB (Red+Green+Blue) = 106+236+112=454 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.35% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #6AEC70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AEC70 is #95138F. Grayscale: #B7B7B7. Windows color (decimal): -9769872 or 7400554. OLE color: 7400554.

HSL color Cylindrical-coordinate representation of color #6AEC70: hue angle of 122.77º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEC70 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB106236112-
CMYK0.5500.530.07
HSL122.77º77.38%67.06%-
HSV(B)122.77º55.08%92.55%-
XYZ38.8664.2225.68-
YUV182.9987.9373.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.35%
GREEN value IS 236 (92.58% from 255) = 51.98%
BLUE value IS 112 (44.14% from 255) = 24.67%
R=23.35%
G=51.98%
B=24.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062361120.5500.530.07122.7777.3867.06
Hex6AEC703703577b4d43
Octal152354160670657173115103
Binary11010101110110011100001101110110101111111101110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,236,112); }

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

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

 a { background-color: rgb(106,236,112); }

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

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

 span { border-color: rgb(106,236,112); }

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