Html Css Color HEX #0D8F5D Shamrock Green

📋 copy color: '#0D8F5D'

red 13 ◦ green 143 ◦ blue 93

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

Shades of Shamrock Green #0D8F5D

Tints of Shamrock Green #0D8F5D

RGB

 RED value IS 13 (5.47% from 255) = 5.22%

 GREEN value IS 143 (56.25% from 255) = 57.43%

 BLUE value IS 93 (36.72% from 255) = 37.35%

R = 5.22%
G = 57.43%
B = 37.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#0D8F5D (or 0x0D8F5D) is known color: Shamrock Green. HEX triplet: 0D, 8F and 5D. RGB value is (13,143,93). Sum of RGB (Red+Green+Blue) = 13+143+93=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #0D8F5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8F5D is #F270A2. Grayscale: #626262. Windows color (decimal): -15888547 or 6131469. OLE color: 6131469.

HSL color Cylindrical-coordinate representation of color #0D8F5D: hue angle of 156.92º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8F5D is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 143 93 -
CMYK 0.91 0 0.35 0.44
HSL 156.92º 0.83% 0.31% -
HSV(B) 156.92º 0.91% 0.56% -
XYZ 11.96 20.52 13.69 -
YUV 98.43 124.93 67.07 -
System Red Green Blue C M Y K H S L
Decimal 13 143 93 0.91 0 0.35 0.44 156.92 0.83 0.31
Hex D 8F 5D 5B 0 23 2C 9D 53 1F
Octal 15 217 135 133 0 43 54 235 123 37
Binary 1101 10001111 1011101 1011011 0 100011 101100 10011101 1010011 11111

Color Harmonies of #0D8F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8F5D

Black with #0D8F5D

Text Example


Text Example

White with #0D8F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D8F5D; }

 p { color: rgb(13,143,93); }

 H1.HeaderClassName
 {
   color: #0D8F5D;
 }
 .AnyTagClassName
 {
   color: #0D8F5D;
 }
</style>

background-color css

<style>
 a { background-color: #0D8F5D; }

 a { background-color: rgb(13,143,93); }

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

border-color css

<style>
 span { border-color: #0D8F5D; }

 span { border-color: rgb(13,143,93); }

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