Html Css Color HEX #0DB695 Persian Green

📋 copy color: '#0DB695'

red 13 ◦ green 182 ◦ blue 149

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

Shades of Persian Green #0DB695

Tints of Persian Green #0DB695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.31%

R = 3.78%
G = 52.91%
B = 43.31%

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

#0DB695 (or 0x0DB695) is known color: Persian Green. HEX triplet: 0D, B6 and 95. RGB value is (13,182,149). Sum of RGB (Red+Green+Blue) = 13+182+149=344 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.78% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB695 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB695 is #F2496A. Grayscale: #7F7F7F. Windows color (decimal): -15878507 or 9811469. OLE color: 9811469.

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

Color convert

RGB 13 182 149 -
CMYK 0.93 0 0.18 0.29
HSL 168.28º 0.87% 0.38% -
HSV(B) 168.28º 0.93% 0.71% -
XYZ 22.32 35.71 34.15 -
YUV 127.71 140.01 46.18 -
System Red Green Blue C M Y K H S L
Decimal 13 182 149 0.93 0 0.18 0.29 168.28 0.87 0.38
Hex D B6 95 5D 0 12 1D A8 57 26
Octal 15 266 225 135 0 22 35 250 127 46
Binary 1101 10110110 10010101 1011101 0 10010 11101 10101000 1010111 100110

Color Harmonies of #0DB695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB695

Black with #0DB695

Text Example


Text Example

White with #0DB695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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