#38F38A

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

Shades of Shamrock #38F38A

Tints of Shamrock #38F38A

Color information

#38F38A (or 0x38F38A) is unknown color: approx Shamrock. HEX triplet: 38, F3 and 8A. RGB value is (56,243,138). Sum of RGB (Red+Green+Blue) = 56+243+138=437 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.81% from 437); Green value is 243 (95.31% from 255 or 55.61% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 243 - color contains mainly: green. Hex color #38F38A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F38A is #C70C75. Grayscale: #AFAFAF. Windows color (decimal): -13044854 or 9106232. OLE color: 9106232.

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

Color convert

RGB56243138-
CMYK0.7700.430.05
HSL146.31º88.63%58.63%-
HSV(B)146.31º76.95%95.29%-
XYZ38.2766.7834.92-
YUV175.12107.0543.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.81%
GREEN value IS 243 (95.31% from 255) = 55.61%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=12.81%
G=55.61%
B=31.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal562431380.7700.430.05146.3188.6358.63
Hex38F38A4D02B592593b
Octal70363212115053522213173
Binary111000111100111000101010011010101011101100100101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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