Html Css Color HEX #0D975C Shamrock Green

📋 copy color: '#0D975C'

red 13 ◦ green 151 ◦ blue 92

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

Shades of Shamrock Green #0D975C

Tints of Shamrock Green #0D975C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 58.98%

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

R = 5.08%
G = 58.98%
B = 35.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#0D975C (or 0x0D975C) is known color: Shamrock Green. HEX triplet: 0D, 97 and 5C. RGB value is (13,151,92). Sum of RGB (Red+Green+Blue) = 13+151+92=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 151 (59.38% from 255 or 58.98% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 151 - color contains mainly: green. Hex color #0D975C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D975C is #F268A3. Grayscale: #676767. Windows color (decimal): -15886500 or 6067981. OLE color: 6067981.

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

Color convert

RGB 13 151 92 -
CMYK 0.91 0 0.39 0.41
HSL 154.35º 0.84% 0.32% -
HSV(B) 154.35º 0.91% 0.59% -
XYZ 13.16 22.99 13.87 -
YUV 103.01 121.78 63.8 -
System Red Green Blue C M Y K H S L
Decimal 13 151 92 0.91 0 0.39 0.41 154.35 0.84 0.32
Hex D 97 5C 5B 0 27 29 9A 54 20
Octal 15 227 134 133 0 47 51 232 124 40
Binary 1101 10010111 1011100 1011011 0 100111 101001 10011010 1010100 100000

Color Harmonies of #0D975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D975C

Black with #0D975C

Text Example


Text Example

White with #0D975C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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