Html Css Color HEX #0D9A93 Persian Green

📋 copy color: '#0D9A93'

red 13 ◦ green 154 ◦ blue 147

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

Shades of Persian Green #0D9A93

Tints of Persian Green #0D9A93

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.04%

 BLUE value IS 147 (57.81% from 255) = 46.82%

R = 4.14%
G = 49.04%
B = 46.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#0D9A93 (or 0x0D9A93) is known color: Persian Green. HEX triplet: 0D, 9A and 93. RGB value is (13,154,147). Sum of RGB (Red+Green+Blue) = 13+154+147=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #0D9A93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9A93 is #F2656C. Grayscale: #6E6E6E. Windows color (decimal): -15885677 or 9673229. OLE color: 9673229.

HSL color Cylindrical-coordinate representation of color #0D9A93: hue angle of 177.02º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9A93 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 13 154 147 -
CMYK 0.92 0 0.05 0.40
HSL 177.02º 0.84% 0.33% -
HSV(B) 177.02º 0.92% 0.6% -
XYZ 16.99 25.3 31.59 -
YUV 111.04 148.29 58.07 -
System Red Green Blue C M Y K H S L
Decimal 13 154 147 0.92 0 0.05 0.40 177.02 0.84 0.33
Hex D 9A 93 5C 0 5 28 B1 54 21
Octal 15 232 223 134 0 5 50 261 124 41
Binary 1101 10011010 10010011 1011100 0 101 101000 10110001 1010100 100001

Color Harmonies of #0D9A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9A93

Black with #0D9A93

Text Example


Text Example

White with #0D9A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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