#6DEA92

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

Shades of Pastel Green #6DEA92

Tints of Pastel Green #6DEA92

Color information

#6DEA92 (or 0x6DEA92) is unknown color: approx Pastel Green. HEX triplet: 6D, EA and 92. RGB value is (109,234,146). Sum of RGB (Red+Green+Blue) = 109+234+146=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEA92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DEA92 is #92156D. Grayscale: #BABABA. Windows color (decimal): -9573742 or 9628269. OLE color: 9628269.

HSL color Cylindrical-coordinate representation of color #6DEA92: hue angle of 137.76º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DEA92 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB109234146-
CMYK0.5300.380.08
HSL137.76º74.85%67.25%-
HSV(B)137.76º53.42%91.76%-
XYZ40.9264.1737.42-
YUV186.59105.0972.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.29%
GREEN value IS 234 (91.80% from 255) = 47.85%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=22.29%
G=47.85%
B=29.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092341460.5300.380.08137.7674.8567.25
Hex6DEA923502688a4b43
Octal1553522226504610212113103
Binary11011011110101010010010110101010011010001000101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,234,146); }

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

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

 a { background-color: rgb(109,234,146); }

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

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

 span { border-color: rgb(109,234,146); }

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