Html Css Color HEX #38DC8A Shamrock

📋 copy color: '#38DC8A'

red 56 ◦ green 220 ◦ blue 138

#38DC8A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #38DC8A

Tints of Shamrock #38DC8A

RGB

 RED value IS 56 (22.27% from 255) = 13.53%

 GREEN value IS 220 (86.33% from 255) = 53.14%

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 13.53%
G = 53.14%
B = 33.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#38DC8A (or 0x38DC8A) is known color: Shamrock. HEX triplet: 38, DC and 8A. RGB value is (56,220,138). Sum of RGB (Red+Green+Blue) = 56+220+138=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DC8A is #C72375. Grayscale: #A1A1A1. Windows color (decimal): -13050742 or 9100344. OLE color: 9100344.

HSL color Cylindrical-coordinate representation of color #38DC8A: hue angle of 150º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DC8A is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 220 138 -
CMYK 0.75 0 0.37 0.14
HSL 150º 0.7% 0.54% -
HSV(B) 150º 0.75% 0.86% -
XYZ 31.81 53.86 32.76 -
YUV 161.62 114.67 52.67 -
System Red Green Blue C M Y K H S L
Decimal 56 220 138 0.75 0 0.37 0.14 150 0.7 0.54
Hex 38 DC 8A 4B 0 25 E 96 46 36
Octal 70 334 212 113 0 45 16 226 106 66
Binary 111000 11011100 10001010 1001011 0 100101 1110 10010110 1000110 110110

Color Harmonies of #38DC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DC8A

Black with #38DC8A

Text Example


Text Example

White with #38DC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #38DC8A;
 }
 .AnyTagClassName
 {
   color: #38DC8A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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