Html Css Color HEX #0D8F5C Shamrock Green

📋 copy color: '#0D8F5C'

red 13 ◦ green 143 ◦ blue 92

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

Shades of Shamrock Green #0D8F5C

Tints of Shamrock Green #0D8F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.1%

R = 5.24%
G = 57.66%
B = 37.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#0D8F5C (or 0x0D8F5C) is known color: Shamrock Green. HEX triplet: 0D, 8F and 5C. RGB value is (13,143,92). Sum of RGB (Red+Green+Blue) = 13+143+92=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 143 (56.25% from 255 or 57.66% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 143 - color contains mainly: green. Hex color #0D8F5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8F5C is #F270A3. Grayscale: #626262. Windows color (decimal): -15888548 or 6065933. OLE color: 6065933.

HSL color Cylindrical-coordinate representation of color #0D8F5C: hue angle of 156.46º 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 #0D8F5C is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 143 92 -
CMYK 0.91 0 0.36 0.44
HSL 156.46º 0.83% 0.31% -
HSV(B) 156.46º 0.91% 0.56% -
XYZ 11.92 20.5 13.45 -
YUV 98.32 124.43 67.15 -
System Red Green Blue C M Y K H S L
Decimal 13 143 92 0.91 0 0.36 0.44 156.46 0.83 0.31
Hex D 8F 5C 5B 0 24 2C 9C 53 1F
Octal 15 217 134 133 0 44 54 234 123 37
Binary 1101 10001111 1011100 1011011 0 100100 101100 10011100 1010011 11111

Color Harmonies of #0D8F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8F5C

Black with #0D8F5C

Text Example


Text Example

White with #0D8F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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