#0D9B4B

Color #0D9B4B Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0D9B4B

Tints of Pigment Green #0D9B4B

Color information

#0D9B4B (or 0x0D9B4B) is unknown color: approx Pigment Green. HEX triplet: 0D, 9B and 4B. RGB value is (13,155,75). Sum of RGB (Red+Green+Blue) = 13+155+75=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 155 (60.94% from 255 or 63.79% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 155 - color contains mainly: green. Hex color #0D9B4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9B4B is #F264B4. Grayscale: #676767. Windows color (decimal): -15885493 or 4954893. OLE color: 4954893.

HSL color Cylindrical-coordinate representation of color #0D9B4B: hue angle of 146.2º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9B4B is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB1315575-
CMYK0.9200.520.39
HSL146.2º84.52%32.94%-
HSV(B)146.2º91.61%60.78%-
XYZ13.1624.0410.6-
YUV103.42111.9663.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.35%
GREEN value IS 155 (60.94% from 255) = 63.79%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=5.35%
G=63.79%
B=30.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13155750.9200.520.39146.284.5232.94
HexD9B4B5C03427925521
Octal152331131340644722212541
Binary110110011011100101110111000110100100111100100101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,155,75); }

 H1.HeaderClassName
 {
   color: #0D9B4B;
 }
 .AnyTagClassName
 {
   color: #0D9B4B;
 }
</style>
background-color css

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

 a { background-color: rgb(13,155,75); }

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

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

 span { border-color: rgb(13,155,75); }

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