#6AE161

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

Shades of Pastel Green #6AE161

Tints of Pastel Green #6AE161

Color information

#6AE161 (or 0x6AE161) is unknown color: approx Pastel Green. HEX triplet: 6A, E1 and 61. RGB value is (106,225,97). Sum of RGB (Red+Green+Blue) = 106+225+97=428 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.77% from 428); Green value is 225 (88.28% from 255 or 52.57% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 225 - color contains mainly: green. Hex color #6AE161 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE161 is #951E9E. Grayscale: #AFAFAF. Windows color (decimal): -9772703 or 6414698. OLE color: 6414698.

HSL color Cylindrical-coordinate representation of color #6AE161: hue angle of 115.78º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AE161 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB10622597-
CMYK0.5300.570.12
HSL115.78º68.09%63.14%-
HSV(B)115.78º56.89%88.24%-
XYZ35.0357.7820.62-
YUV174.8384.0878.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.77%
GREEN value IS 225 (88.28% from 255) = 52.57%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=24.77%
G=52.57%
B=22.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal106225970.5300.570.12115.7868.0963.14
Hex6AE16135039C74443f
Octal152341141650711416410477
Binary11010101110000111000011101010111001110011101001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,225,97); }

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

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

 a { background-color: rgb(106,225,97); }

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

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

 span { border-color: rgb(106,225,97); }

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