#6AE261

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

Shades of Pastel Green #6AE261

Tints of Pastel Green #6AE261

Color information

#6AE261 (or 0x6AE261) is unknown color: approx Pastel Green. HEX triplet: 6A, E2 and 61. RGB value is (106,226,97). Sum of RGB (Red+Green+Blue) = 106+226+97=429 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.71% from 429); Green value is 226 (88.67% from 255 or 52.68% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 226 - color contains mainly: green. Hex color #6AE261 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE261 is #951D9E. Grayscale: #AFAFAF. Windows color (decimal): -9772447 or 6414954. OLE color: 6414954.

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

Color convert

RGB10622697-
CMYK0.5300.570.11
HSL115.81º68.98%63.33%-
HSV(B)115.81º57.08%88.63%-
XYZ35.358.3220.71-
YUV175.4183.7478.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.71%
GREEN value IS 226 (88.67% from 255) = 52.68%
BLUE value IS 97 (38.28% from 255) = 22.61%
R=24.71%
G=52.68%
B=22.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal106226970.5300.570.11115.8168.9863.33
Hex6AE26135039B74453f
Octal152342141650711316410577
Binary11010101110001011000011101010111001101111101001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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