#6AE25C

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

Shades of Pastel Green #6AE25C

Tints of Pastel Green #6AE25C

Color information

#6AE25C (or 0x6AE25C) is unknown color: approx Pastel Green. HEX triplet: 6A, E2 and 5C. RGB value is (106,226,92). Sum of RGB (Red+Green+Blue) = 106+226+92=424 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25% from 424); Green value is 226 (88.67% from 255 or 53.30% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 226 - color contains mainly: green. Hex color #6AE25C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE25C is #951DA3. Grayscale: #AFAFAF. Windows color (decimal): -9772452 or 6087274. OLE color: 6087274.

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

Color convert

RGB10622692-
CMYK0.5300.590.11
HSL113.73º69.79%62.35%-
HSV(B)113.73º59.29%88.63%-
XYZ35.0758.2319.52-
YUV174.8481.2478.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25%
GREEN value IS 226 (88.67% from 255) = 53.30%
BLUE value IS 92 (36.33% from 255) = 21.70%
R=25%
G=53.30%
B=21.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal106226920.5300.590.11113.7369.7962.35
Hex6AE25C3503BB72463e
Octal152342134650731316210676
Binary11010101110001010111001101010111011101111100101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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