#0D9C90

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

Shades of Persian Green #0D9C90

Tints of Persian Green #0D9C90

Color information

#0D9C90 (or 0x0D9C90) is unknown color: approx Persian Green. HEX triplet: 0D, 9C and 90. RGB value is (13,156,144). Sum of RGB (Red+Green+Blue) = 13+156+144=313 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.15% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #0D9C90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9C90 is #F2636F. Grayscale: #6F6F6F. Windows color (decimal): -15885168 or 9477133. OLE color: 9477133.

HSL color Cylindrical-coordinate representation of color #0D9C90: hue angle of 174.97º 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 #0D9C90 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB13156144-
CMYK0.9200.080.39
HSL174.97º84.62%33.14%-
HSV(B)174.97º91.67%61.18%-
XYZ17.0925.8830.48-
YUV111.87146.1257.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.15%
GREEN value IS 156 (61.33% from 255) = 49.84%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=4.15%
G=49.84%
B=46.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131561440.9200.080.39174.9784.6233.14
HexD9C905C0827af5521
Octal152342201340104725712541
Binary11011001110010010000101110001000100111101011111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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