#38f194

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

Shades of Shamrock #38F194

Tints of Shamrock #38F194

Color information

#38F194 (or 0x38F194) is unknown color: approx Shamrock. HEX triplet: 38, F1 and 94. RGB value is (56,241,148). Sum of RGB (Red+Green+Blue) = 56+241+148=445 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.58% from 445); Green value is 241 (94.53% from 255 or 54.16% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 241 - color contains mainly: green. Hex color #38F194 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F194 is #C70E6B. Grayscale: #AFAFAF. Windows color (decimal): -13045356 or 9761080. OLE color: 9761080.

HSL color Cylindrical-coordinate representation of color #38F194: hue angle of 149.84º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F194 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB56241148-
CMYK0.7700.390.05
HSL149.84º86.85%58.24%-
HSV(B)149.84º76.76%94.51%-
XYZ38.4365.8938.71-
YUV175.08112.7143.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.58%
GREEN value IS 241 (94.53% from 255) = 54.16%
BLUE value IS 148 (58.20% from 255) = 33.26%
R=12.58%
G=54.16%
B=33.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal562411480.7700.390.05149.8486.8558.24
Hex38F1944D027596573a
Octal70361224115047522612772
Binary111000111100011001010010011010100111101100101101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38f194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,241,148); }

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

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

 a { background-color: rgb(56,241,148); }

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

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

 span { border-color: rgb(56,241,148); }

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