Html Css Color HEX #0DB69B Persian Green

📋 copy color: '#0DB69B'

red 13 ◦ green 182 ◦ blue 155

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

Shades of Persian Green #0DB69B

Tints of Persian Green #0DB69B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 52%

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 3.71%
G = 52%
B = 44.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#0DB69B (or 0x0DB69B) is known color: Persian Green. HEX triplet: 0D, B6 and 9B. RGB value is (13,182,155). Sum of RGB (Red+Green+Blue) = 13+182+155=350 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.71% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB69B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB69B is #F24964. Grayscale: #808080. Windows color (decimal): -15878501 or 10204685. OLE color: 10204685.

HSL color Cylindrical-coordinate representation of color #0DB69B: hue angle of 170.41º 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 #0DB69B is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 182 155 -
CMYK 0.93 0 0.15 0.29
HSL 170.41º 0.87% 0.38% -
HSV(B) 170.41º 0.93% 0.71% -
XYZ 22.81 35.91 36.74 -
YUV 128.39 143.01 45.7 -
System Red Green Blue C M Y K H S L
Decimal 13 182 155 0.93 0 0.15 0.29 170.41 0.87 0.38
Hex D B6 9B 5D 0 F 1D AA 57 26
Octal 15 266 233 135 0 17 35 252 127 46
Binary 1101 10110110 10011011 1011101 0 1111 11101 10101010 1010111 100110

Color Harmonies of #0DB69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB69B

Black with #0DB69B

Text Example


Text Example

White with #0DB69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,182,155); }

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

background-color css

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

 a { background-color: rgb(13,182,155); }

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

border-color css

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

 span { border-color: rgb(13,182,155); }

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