#0D9D92

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

Shades of Persian Green #0D9D92

Tints of Persian Green #0D9D92

Color information

#0D9D92 (or 0x0D9D92) is unknown color: approx Persian Green. HEX triplet: 0D, 9D and 92. RGB value is (13,157,146). Sum of RGB (Red+Green+Blue) = 13+157+146=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 157 (61.72% from 255 or 49.68% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 157 - color contains mainly: green. Hex color #0D9D92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9D92 is #F2626D. Grayscale: #707070. Windows color (decimal): -15884910 or 9608461. OLE color: 9608461.

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

Color convert

RGB13157146-
CMYK0.9200.070.38
HSL175.42º84.71%33.33%-
HSV(B)175.42º91.72%61.57%-
XYZ17.4126.2731.35-
YUV112.69146.7956.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.11%
GREEN value IS 157 (61.72% from 255) = 49.68%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=4.11%
G=49.68%
B=46.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131571460.9200.070.38175.4284.7133.33
HexD9D925C0726af5521
Octal15235222134074625712541
Binary1101100111011001001010111000111100110101011111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,157,146); }

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

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

 a { background-color: rgb(13,157,146); }

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

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

 span { border-color: rgb(13,157,146); }

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