Html Css Color HEX #0D905F Shamrock Green

📋 copy color: '#0D905F'

red 13 ◦ green 144 ◦ blue 95

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

Shades of Shamrock Green #0D905F

Tints of Shamrock Green #0D905F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 57.14%

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

R = 5.16%
G = 57.14%
B = 37.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#0D905F (or 0x0D905F) is known color: Shamrock Green. HEX triplet: 0D, 90 and 5F. RGB value is (13,144,95). Sum of RGB (Red+Green+Blue) = 13+144+95=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #0D905F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D905F is #F26FA0. Grayscale: #636363. Windows color (decimal): -15888289 or 6262797. OLE color: 6262797.

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

Color convert

RGB 13 144 95 -
CMYK 0.91 0 0.34 0.44
HSL 157.56º 0.83% 0.31% -
HSV(B) 157.56º 0.91% 0.56% -
XYZ 12.2 20.86 14.21 -
YUV 99.25 125.6 66.48 -
System Red Green Blue C M Y K H S L
Decimal 13 144 95 0.91 0 0.34 0.44 157.56 0.83 0.31
Hex D 90 5F 5B 0 22 2C 9E 53 1F
Octal 15 220 137 133 0 42 54 236 123 37
Binary 1101 10010000 1011111 1011011 0 100010 101100 10011110 1010011 11111

Color Harmonies of #0D905F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D905F

Black with #0D905F

Text Example


Text Example

White with #0D905F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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