#38F98C

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

Shades of Shamrock #38F98C

Tints of Shamrock #38F98C

Color information

#38F98C (or 0x38F98C) is unknown color: approx Shamrock. HEX triplet: 38, F9 and 8C. RGB value is (56,249,140). Sum of RGB (Red+Green+Blue) = 56+249+140=445 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.58% from 445); Green value is 249 (97.66% from 255 or 55.96% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 249 - color contains mainly: green. Hex color #38F98C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F98C is #C70673. Grayscale: #B3B3B3. Windows color (decimal): -13043316 or 9238840. OLE color: 9238840.

HSL color Cylindrical-coordinate representation of color #38F98C: hue angle of 146.11º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38F98C is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB56249140-
CMYK0.7800.440.02
HSL146.11º94.15%59.8%-
HSV(B)146.11º77.51%97.65%-
XYZ40.2470.4936.3-
YUV178.87106.0640.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.58%
GREEN value IS 249 (97.66% from 255) = 55.96%
BLUE value IS 140 (55.08% from 255) = 31.46%
R=12.58%
G=55.96%
B=31.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal562491400.7800.440.02146.1194.1559.8
Hex38F98C4E02C2925e3c
Octal70371214116054222213674
Binary11100011111001100011001001110010110010100100101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,249,140); }

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

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

 a { background-color: rgb(56,249,140); }

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

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

 span { border-color: rgb(56,249,140); }

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