Html Css Color HEX #0D985F Shamrock Green

📋 copy color: '#0D985F'

red 13 ◦ green 152 ◦ blue 95

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

Shades of Shamrock Green #0D985F

Tints of Shamrock Green #0D985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 58.46%

 BLUE value IS 95 (37.5% from 255) = 36.54%

R = 5%
G = 58.46%
B = 36.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#0D985F (or 0x0D985F) is known color: Shamrock Green. HEX triplet: 0D, 98 and 5F. RGB value is (13,152,95). Sum of RGB (Red+Green+Blue) = 13+152+95=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 152 (59.77% from 255 or 58.46% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 152 - color contains mainly: green. Hex color #0D985F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D985F is #F267A0. Grayscale: #686868. Windows color (decimal): -15886241 or 6264845. OLE color: 6264845.

HSL color Cylindrical-coordinate representation of color #0D985F: hue angle of 155.4º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D985F is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 13 152 95 -
CMYK 0.91 0 0.38 0.40
HSL 155.4º 0.84% 0.32% -
HSV(B) 155.4º 0.91% 0.6% -
XYZ 13.46 23.37 14.63 -
YUV 103.94 122.95 63.13 -
System Red Green Blue C M Y K H S L
Decimal 13 152 95 0.91 0 0.38 0.40 155.4 0.84 0.32
Hex D 98 5F 5B 0 26 28 9B 54 20
Octal 15 230 137 133 0 46 50 233 124 40
Binary 1101 10011000 1011111 1011011 0 100110 101000 10011011 1010100 100000

Color Harmonies of #0D985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D985F

Black with #0D985F

Text Example


Text Example

White with #0D985F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,152,95); }

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

background-color css

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

 a { background-color: rgb(13,152,95); }

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

border-color css

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

 span { border-color: rgb(13,152,95); }

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