#6AE071

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

Shades of Pastel Green #6AE071

Tints of Pastel Green #6AE071

Color information

#6AE071 (or 0x6AE071) is unknown color: approx Pastel Green. HEX triplet: 6A, E0 and 71. RGB value is (106,224,113). Sum of RGB (Red+Green+Blue) = 106+224+113=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE071 is #951F8E. Grayscale: #B0B0B0. Windows color (decimal): -9772943 or 7463018. OLE color: 7463018.

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

Color convert

RGB106224113-
CMYK0.5300.500.12
HSL123.56º65.56%64.71%-
HSV(B)123.56º52.68%87.84%-
XYZ35.5857.5724.86-
YUV176.0692.4178.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.93%
GREEN value IS 224 (87.89% from 255) = 50.56%
BLUE value IS 113 (44.53% from 255) = 25.51%
R=23.93%
G=50.56%
B=25.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1062241130.5300.500.12123.5665.5664.71
Hex6AE07135032C7c4241
Octal1523401616506214174102101
Binary110101011100000111000111010101100101100111110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,224,113); }

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

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

 a { background-color: rgb(106,224,113); }

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

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

 span { border-color: rgb(106,224,113); }

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