#6AE068

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

Shades of Pastel Green #6AE068

Tints of Pastel Green #6AE068

Color information

#6AE068 (or 0x6AE068) is unknown color: approx Pastel Green. HEX triplet: 6A, E0 and 68. RGB value is (106,224,104). Sum of RGB (Red+Green+Blue) = 106+224+104=434 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.42% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE068 is #951F97. Grayscale: #AFAFAF. Windows color (decimal): -9772952 or 6873194. OLE color: 6873194.

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

Color convert

RGB106224104-
CMYK0.5300.540.12
HSL119º65.93%64.31%-
HSV(B)119º53.57%87.84%-
XYZ35.157.3722.32-
YUV175.0487.9178.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.42%
GREEN value IS 224 (87.89% from 255) = 51.61%
BLUE value IS 104 (41.02% from 255) = 23.96%
R=24.42%
G=51.61%
B=23.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1062241040.5300.540.1211965.9364.31
Hex6AE06835036C774240
Octal1523401506506614167102100
Binary110101011100000110100011010101101101100111011110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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