Html Css Color HEX #0D9A55 Pigment Green

📋 copy color: '#0D9A55'

red 13 ◦ green 154 ◦ blue 85

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

Shades of Pigment Green #0D9A55

Tints of Pigment Green #0D9A55

RGB

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

 GREEN value IS 154 (60.55% from 255) = 61.11%

 BLUE value IS 85 (33.59% from 255) = 33.73%

R = 5.16%
G = 61.11%
B = 33.73%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#0D9A55 (or 0x0D9A55) is known color: Pigment Green. HEX triplet: 0D, 9A and 55. RGB value is (13,154,85). Sum of RGB (Red+Green+Blue) = 13+154+85=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 154 (60.55% from 255 or 61.11% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 154 - color contains mainly: green. Hex color #0D9A55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9A55 is #F265AA. Grayscale: #686868. Windows color (decimal): -15885739 or 5609997. OLE color: 5609997.

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

Color convert

RGB 13 154 85 -
CMYK 0.92 0 0.45 0.40
HSL 150.64º 0.84% 0.33% -
HSV(B) 150.64º 0.92% 0.6% -
XYZ 13.36 23.85 12.49 -
YUV 103.98 117.29 63.11 -
System Red Green Blue C M Y K H S L
Decimal 13 154 85 0.92 0 0.45 0.40 150.64 0.84 0.33
Hex D 9A 55 5C 0 2D 28 97 54 21
Octal 15 232 125 134 0 55 50 227 124 41
Binary 1101 10011010 1010101 1011100 0 101101 101000 10010111 1010100 100001

Color Harmonies of #0D9A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9A55

Black with #0D9A55

Text Example


Text Example

White with #0D9A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,154,85); }

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

background-color css

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

 a { background-color: rgb(13,154,85); }

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

border-color css

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

 span { border-color: rgb(13,154,85); }

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