Html Css Color HEX #38E08A Shamrock

📋 copy color: '#38E08A'

red 56 ◦ green 224 ◦ blue 138

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

Shades of Shamrock #38E08A

Tints of Shamrock #38E08A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 53.59%

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

R = 13.4%
G = 53.59%
B = 33.01%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#38E08A (or 0x38E08A) is known color: Shamrock. HEX triplet: 38, E0 and 8A. RGB value is (56,224,138). Sum of RGB (Red+Green+Blue) = 56+224+138=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 224 (87.89% from 255 or 53.59% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 224 - color contains mainly: green. Hex color #38E08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E08A is #C71F75. Grayscale: #A4A4A4. Windows color (decimal): -13049718 or 9101368. OLE color: 9101368.

HSL color Cylindrical-coordinate representation of color #38E08A: hue angle of 149.29º degrees, saturation: 0.73, 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 #38E08A is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 224 138 -
CMYK 0.75 0 0.38 0.12
HSL 149.29º 0.73% 0.55% -
HSV(B) 149.29º 0.75% 0.88% -
XYZ 32.87 55.99 33.12 -
YUV 163.96 113.34 50.99 -
System Red Green Blue C M Y K H S L
Decimal 56 224 138 0.75 0 0.38 0.12 149.29 0.73 0.55
Hex 38 E0 8A 4B 0 26 C 95 49 37
Octal 70 340 212 113 0 46 14 225 111 67
Binary 111000 11100000 10001010 1001011 0 100110 1100 10010101 1001001 110111

Color Harmonies of #38E08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E08A

Black with #38E08A

Text Example


Text Example

White with #38E08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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