Html Css Color HEX #0D9C9A Persian Green

📋 copy color: '#0D9C9A'

red 13 ◦ green 156 ◦ blue 154

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

Shades of Persian Green #0D9C9A

Tints of Persian Green #0D9C9A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.3%

 BLUE value IS 154 (60.55% from 255) = 47.68%

R = 4.02%
G = 48.3%
B = 47.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#0D9C9A (or 0x0D9C9A) is known color: Persian Green. HEX triplet: 0D, 9C and 9A. RGB value is (13,156,154). Sum of RGB (Red+Green+Blue) = 13+156+154=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #0D9C9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9C9A is #F26365. Grayscale: #707070. Windows color (decimal): -15885158 or 10132493. OLE color: 10132493.

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

Color convert

RGB 13 156 154 -
CMYK 0.92 0 0.01 0.39
HSL 179.16º 0.85% 0.33% -
HSV(B) 179.16º 0.92% 0.61% -
XYZ 17.89 26.2 34.69 -
YUV 113.02 151.12 56.66 -
System Red Green Blue C M Y K H S L
Decimal 13 156 154 0.92 0 0.01 0.39 179.16 0.85 0.33
Hex D 9C 9A 5C 0 1 27 B3 55 21
Octal 15 234 232 134 0 1 47 263 125 41
Binary 1101 10011100 10011010 1011100 0 1 100111 10110011 1010101 100001

Color Harmonies of #0D9C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9C9A

Black with #0D9C9A

Text Example


Text Example

White with #0D9C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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