#68E06A

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

Shades of Pastel Green #68E06A

Tints of Pastel Green #68E06A

Color information

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

HSL color Cylindrical-coordinate representation of color #68E06A: hue angle of 121º 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 #68E06A is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB104224106-
CMYK0.5400.530.12
HSL121º65.93%64.31%-
HSV(B)121º53.57%87.84%-
XYZ34.9757.2922.85-
YUV174.6789.2477.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1042241060.5400.530.1212165.9364.31
Hex68E06A36035C794240
Octal1503401526606514171102100
Binary110100011100000110101011011001101011100111100110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68E06A; }

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

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

<style>
 a { background-color: #68E06A; }

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

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

<style>
 span { border-color: #68E06A; }

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

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