#38E96A

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

Shades of Emerald #38E96A

Tints of Emerald #38E96A

Color information

#38E96A (or 0x38E96A) is unknown color: approx Emerald. HEX triplet: 38, E9 and 6A. RGB value is (56,233,106). Sum of RGB (Red+Green+Blue) = 56+233+106=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 233 (91.41% from 255 or 58.99% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 233 - color contains mainly: green. Hex color #38E96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38E96A is #C71695. Grayscale: #A5A5A5. Windows color (decimal): -13047446 or 7006520. OLE color: 7006520.

HSL color Cylindrical-coordinate representation of color #38E96A: hue angle of 136.95º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E96A is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB56233106-
CMYK0.7600.550.09
HSL136.95º80.09%56.67%-
HSV(B)136.95º75.97%91.37%-
XYZ33.3760.1623.49-
YUV165.694.3649.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.18%
GREEN value IS 233 (91.41% from 255) = 58.99%
BLUE value IS 106 (41.80% from 255) = 26.84%
R=14.18%
G=58.99%
B=26.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal562331060.7600.550.09136.9580.0956.67
Hex38E96A4C0379895039
Octal703511521140671121112071
Binary111000111010011101010100110001101111001100010011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,233,106); }

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

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

 a { background-color: rgb(56,233,106); }

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

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

 span { border-color: rgb(56,233,106); }

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