#38E28A

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

Shades of Shamrock #38E28A

Tints of Shamrock #38E28A

Color information

#38E28A (or 0x38E28A) is unknown color: approx Shamrock. HEX triplet: 38, E2 and 8A. RGB value is (56,226,138). Sum of RGB (Red+Green+Blue) = 56+226+138=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 226 (88.67% from 255 or 53.81% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 226 - color contains mainly: green. Hex color #38E28A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E28A is #C71D75. Grayscale: #A5A5A5. Windows color (decimal): -13049206 or 9101880. OLE color: 9101880.

HSL color Cylindrical-coordinate representation of color #38E28A: hue angle of 148.94º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E28A is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB56226138-
CMYK0.7500.390.11
HSL148.94º74.56%55.29%-
HSV(B)148.94º75.22%88.63%-
XYZ33.4157.0733.3-
YUV165.14112.6850.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.33%
GREEN value IS 226 (88.67% from 255) = 53.81%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=13.33%
G=53.81%
B=32.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal562261380.7500.390.11148.9474.5655.29
Hex38E28A4B027B954b37
Octal703422121130471322511367
Binary1110001110001010001010100101101001111011100101011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,226,138); }

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

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

 a { background-color: rgb(56,226,138); }

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

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

 span { border-color: rgb(56,226,138); }

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