#6AE25E

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

Shades of Pastel Green #6AE25E

Tints of Pastel Green #6AE25E

Color information

#6AE25E (or 0x6AE25E) is unknown color: approx Pastel Green. HEX triplet: 6A, E2 and 5E. RGB value is (106,226,94). Sum of RGB (Red+Green+Blue) = 106+226+94=426 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.88% from 426); Green value is 226 (88.67% from 255 or 53.05% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 226 - color contains mainly: green. Hex color #6AE25E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE25E is #951DA1. Grayscale: #AFAFAF. Windows color (decimal): -9772450 or 6218346. OLE color: 6218346.

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

Color convert

RGB10622694-
CMYK0.5300.580.11
HSL114.55º69.47%62.75%-
HSV(B)114.55º58.41%88.63%-
XYZ35.1658.2719.98-
YUV175.0782.2478.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.88%
GREEN value IS 226 (88.67% from 255) = 53.05%
BLUE value IS 94 (37.11% from 255) = 22.07%
R=24.88%
G=53.05%
B=22.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal106226940.5300.580.11114.5569.4762.75
Hex6AE25E3503AB73453f
Octal152342136650721316310577
Binary11010101110001010111101101010111010101111100111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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