Html Css Color HEX #38E18A Shamrock

📋 copy color: '#38E18A'

red 56 ◦ green 225 ◦ blue 138

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

Shades of Shamrock #38E18A

Tints of Shamrock #38E18A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 53.7%

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

R = 13.37%
G = 53.7%
B = 32.94%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#38E18A (or 0x38E18A) is known color: Shamrock. HEX triplet: 38, E1 and 8A. RGB value is (56,225,138). Sum of RGB (Red+Green+Blue) = 56+225+138=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 225 (88.28% from 255 or 53.70% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 225 - color contains mainly: green. Hex color #38E18A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E18A is #C71E75. Grayscale: #A4A4A4. Windows color (decimal): -13049462 or 9101624. OLE color: 9101624.

HSL color Cylindrical-coordinate representation of color #38E18A: hue angle of 149.11º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E18A is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 225 138 -
CMYK 0.75 0 0.39 0.12
HSL 149.11º 0.74% 0.55% -
HSV(B) 149.11º 0.75% 0.88% -
XYZ 33.14 56.53 33.21 -
YUV 164.55 113.01 50.57 -
System Red Green Blue C M Y K H S L
Decimal 56 225 138 0.75 0 0.39 0.12 149.11 0.74 0.55
Hex 38 E1 8A 4B 0 27 C 95 4A 37
Octal 70 341 212 113 0 47 14 225 112 67
Binary 111000 11100001 10001010 1001011 0 100111 1100 10010101 1001010 110111

Color Harmonies of #38E18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E18A

Black with #38E18A

Text Example


Text Example

White with #38E18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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