#38E095

Color #38E095 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #38E095

Tints of Shamrock #38E095

Color information

#38E095 (or 0x38E095) is unknown color: approx Shamrock. HEX triplet: 38, E0 and 95. RGB value is (56,224,149). Sum of RGB (Red+Green+Blue) = 56+224+149=429 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.05% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #38E095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E095 is #C71F6A. Grayscale: #A5A5A5. Windows color (decimal): -13049707 or 9822264. OLE color: 9822264.

HSL color Cylindrical-coordinate representation of color #38E095: hue angle of 153.21º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E095 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB56224149-
CMYK0.7500.330.12
HSL153.21º73.04%54.9%-
HSV(B)153.21º75%87.84%-
XYZ33.7156.3237.53-
YUV165.22118.8450.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.05%
GREEN value IS 224 (87.89% from 255) = 52.21%
BLUE value IS 149 (58.59% from 255) = 34.73%
R=13.05%
G=52.21%
B=34.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal562241490.7500.330.12153.2173.0454.9
Hex38E0954B021C994937
Octal703402251130411423111167
Binary1110001110000010010101100101101000011100100110011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38E095; }

 p { color: rgb(56,224,149); }

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

<style>
 a { background-color: #38E095; }

 a { background-color: rgb(56,224,149); }

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

<style>
 span { border-color: #38E095; }

 span { border-color: rgb(56,224,149); }

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