Html Css Color HEX #0DB594 Persian Green

📋 copy color: '#0DB594'

red 13 ◦ green 181 ◦ blue 148

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

Shades of Persian Green #0DB594

Tints of Persian Green #0DB594

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.92%

 BLUE value IS 148 (58.2% from 255) = 43.27%

R = 3.8%
G = 52.92%
B = 43.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#0DB594 (or 0x0DB594) is known color: Persian Green. HEX triplet: 0D, B5 and 94. RGB value is (13,181,148). Sum of RGB (Red+Green+Blue) = 13+181+148=342 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.80% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB594 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB594 is #F24A6B. Grayscale: #7E7E7E. Windows color (decimal): -15878764 or 9745677. OLE color: 9745677.

HSL color Cylindrical-coordinate representation of color #0DB594: hue angle of 168.21º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB594 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 181 148 -
CMYK 0.93 0 0.18 0.29
HSL 168.21º 0.87% 0.38% -
HSV(B) 168.21º 0.93% 0.71% -
XYZ 22.04 35.27 33.66 -
YUV 127.01 139.84 46.68 -
System Red Green Blue C M Y K H S L
Decimal 13 181 148 0.93 0 0.18 0.29 168.21 0.87 0.38
Hex D B5 94 5D 0 12 1D A8 57 26
Octal 15 265 224 135 0 22 35 250 127 46
Binary 1101 10110101 10010100 1011101 0 10010 11101 10101000 1010111 100110

Color Harmonies of #0DB594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB594

Black with #0DB594

Text Example


Text Example

White with #0DB594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,181,148); }

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

background-color css

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

 a { background-color: rgb(13,181,148); }

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

border-color css

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

 span { border-color: rgb(13,181,148); }

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