#38F192

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

Shades of Shamrock #38F192

Tints of Shamrock #38F192

Color information

#38F192 (or 0x38F192) is unknown color: approx Shamrock. HEX triplet: 38, F1 and 92. RGB value is (56,241,146). Sum of RGB (Red+Green+Blue) = 56+241+146=443 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.64% from 443); Green value is 241 (94.53% from 255 or 54.40% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 241 - color contains mainly: green. Hex color #38F192 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F192 is #C70E6D. Grayscale: #AFAFAF. Windows color (decimal): -13045358 or 9630008. OLE color: 9630008.

HSL color Cylindrical-coordinate representation of color #38F192: hue angle of 149.19º 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 #38F192 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB56241146-
CMYK0.7700.390.05
HSL149.19º86.85%58.24%-
HSV(B)149.19º76.76%94.51%-
XYZ38.2765.8337.88-
YUV174.86111.7143.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.64%
GREEN value IS 241 (94.53% from 255) = 54.40%
BLUE value IS 146 (57.42% from 255) = 32.96%
R=12.64%
G=54.40%
B=32.96%

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
Decimal562411460.7700.390.05149.1986.8558.24
Hex38F1924D027595573a
Octal70361222115047522512772
Binary111000111100011001001010011010100111101100101011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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