Html Css Color HEX #0DB896 Persian Green

📋 copy color: '#0DB896'

red 13 ◦ green 184 ◦ blue 150

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

Shades of Persian Green #0DB896

Tints of Persian Green #0DB896

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.03%

 BLUE value IS 150 (58.98% from 255) = 43.23%

R = 3.75%
G = 53.03%
B = 43.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#0DB896 (or 0x0DB896) is known color: Persian Green. HEX triplet: 0D, B8 and 96. RGB value is (13,184,150). Sum of RGB (Red+Green+Blue) = 13+184+150=347 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.75% from 347); Green value is 184 (72.27% from 255 or 53.03% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB896 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB896 is #F24769. Grayscale: #808080. Windows color (decimal): -15877994 or 9877517. OLE color: 9877517.

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

Color convert

RGB 13 184 150 -
CMYK 0.93 0 0.18 0.28
HSL 168.07º 0.87% 0.39% -
HSV(B) 168.07º 0.93% 0.72% -
XYZ 22.81 36.57 34.71 -
YUV 129 139.85 45.26 -
System Red Green Blue C M Y K H S L
Decimal 13 184 150 0.93 0 0.18 0.28 168.07 0.87 0.39
Hex D B8 96 5D 0 12 1C A8 57 27
Octal 15 270 226 135 0 22 34 250 127 47
Binary 1101 10111000 10010110 1011101 0 10010 11100 10101000 1010111 100111

Color Harmonies of #0DB896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB896

Black with #0DB896

Text Example


Text Example

White with #0DB896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,184,150); }

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

background-color css

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

 a { background-color: rgb(13,184,150); }

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

border-color css

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

 span { border-color: rgb(13,184,150); }

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