Html Css Color HEX #0D955A Shamrock Green

📋 copy color: '#0D955A'

red 13 ◦ green 149 ◦ blue 90

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

Shades of Shamrock Green #0D955A

Tints of Shamrock Green #0D955A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 59.13%

 BLUE value IS 90 (35.55% from 255) = 35.71%

R = 5.16%
G = 59.13%
B = 35.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#0D955A (or 0x0D955A) is known color: Shamrock Green. HEX triplet: 0D, 95 and 5A. RGB value is (13,149,90). Sum of RGB (Red+Green+Blue) = 13+149+90=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 149 (58.59% from 255 or 59.13% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 149 - color contains mainly: green. Hex color #0D955A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D955A is #F26AA5. Grayscale: #656565. Windows color (decimal): -15887014 or 5936397. OLE color: 5936397.

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

Color convert

RGB 13 149 90 -
CMYK 0.91 0 0.40 0.42
HSL 153.97º 0.84% 0.32% -
HSV(B) 153.97º 0.91% 0.58% -
XYZ 12.76 22.32 13.31 -
YUV 101.61 121.44 64.8 -
System Red Green Blue C M Y K H S L
Decimal 13 149 90 0.91 0 0.40 0.42 153.97 0.84 0.32
Hex D 95 5A 5B 0 28 2A 9A 54 20
Octal 15 225 132 133 0 50 52 232 124 40
Binary 1101 10010101 1011010 1011011 0 101000 101010 10011010 1010100 100000

Color Harmonies of #0D955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D955A

Black with #0D955A

Text Example


Text Example

White with #0D955A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,149,90); }

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

background-color css

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

 a { background-color: rgb(13,149,90); }

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

border-color css

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

 span { border-color: rgb(13,149,90); }

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