#38F9A4

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

Shades of Shamrock #38F9A4

Tints of Shamrock #38F9A4

Color information

#38F9A4 (or 0x38F9A4) is unknown color: approx Shamrock. HEX triplet: 38, F9 and A4. RGB value is (56,249,164). Sum of RGB (Red+Green+Blue) = 56+249+164=469 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.94% from 469); Green value is 249 (97.66% from 255 or 53.09% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 249 - color contains mainly: green. Hex color #38F9A4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F9A4 is #C7065B. Grayscale: #B5B5B5. Windows color (decimal): -13043292 or 10811704. OLE color: 10811704.

HSL color Cylindrical-coordinate representation of color #38F9A4: hue angle of 153.58º 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 #38F9A4 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB56249164-
CMYK0.7800.340.02
HSL153.58º94.15%59.8%-
HSV(B)153.58º77.51%97.65%-
XYZ42.2171.2746.65-
YUV181.6118.0638.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.94%
GREEN value IS 249 (97.66% from 255) = 53.09%
BLUE value IS 164 (64.45% from 255) = 34.97%
R=11.94%
G=53.09%
B=34.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal562491640.7800.340.02153.5894.1559.8
Hex38F9A44E02229a5e3c
Octal70371244116042223213674
Binary11100011111001101001001001110010001010100110101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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