Html Css Color HEX #0D9D9C Persian Green

📋 copy color: '#0D9D9C'

red 13 ◦ green 157 ◦ blue 156

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

Shades of Persian Green #0D9D9C

Tints of Persian Green #0D9D9C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.16%

 BLUE value IS 156 (61.33% from 255) = 47.85%

R = 3.99%
G = 48.16%
B = 47.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#0D9D9C (or 0x0D9D9C) is known color: Persian Green. HEX triplet: 0D, 9D and 9C. RGB value is (13,157,156). Sum of RGB (Red+Green+Blue) = 13+157+156=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #0D9D9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9D9C is #F26263. Grayscale: #717171. Windows color (decimal): -15884900 or 10263821. OLE color: 10263821.

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

Color convert

RGB 13 157 156 -
CMYK 0.92 0 0.01 0.38
HSL 179.58º 0.85% 0.33% -
HSV(B) 179.58º 0.92% 0.62% -
XYZ 18.22 26.6 35.63 -
YUV 113.83 151.79 56.08 -
System Red Green Blue C M Y K H S L
Decimal 13 157 156 0.92 0 0.01 0.38 179.58 0.85 0.33
Hex D 9D 9C 5C 0 1 26 B4 55 21
Octal 15 235 234 134 0 1 46 264 125 41
Binary 1101 10011101 10011100 1011100 0 1 100110 10110100 1010101 100001

Color Harmonies of #0D9D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9D9C

Black with #0D9D9C

Text Example


Text Example

White with #0D9D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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