#38ED90

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

Shades of Shamrock #38ED90

Tints of Shamrock #38ED90

Color information

#38ED90 (or 0x38ED90) is unknown color: approx Shamrock. HEX triplet: 38, ED and 90. RGB value is (56,237,144). Sum of RGB (Red+Green+Blue) = 56+237+144=437 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.81% from 437); Green value is 237 (92.97% from 255 or 54.23% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 237 - color contains mainly: green. Hex color #38ED90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38ED90 is #C7126F. Grayscale: #ACACAC. Windows color (decimal): -13046384 or 9497912. OLE color: 9497912.

HSL color Cylindrical-coordinate representation of color #38ED90: hue angle of 149.17º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38ED90 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB56237144-
CMYK0.7600.390.07
HSL149.17º83.41%57.45%-
HSV(B)149.17º76.37%92.94%-
XYZ36.9563.4236.68-
YUV172.28112.0345.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.81%
GREEN value IS 237 (92.97% from 255) = 54.23%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=12.81%
G=54.23%
B=32.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal562371440.7600.390.07149.1783.4157.45
Hex38ED904C0277955339
Octal70355220114047722512371
Binary111000111011011001000010011000100111111100101011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ED90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,237,144); }

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

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

 a { background-color: rgb(56,237,144); }

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

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

 span { border-color: rgb(56,237,144); }

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