Html Css Color HEX #0D9CA2 Persian Green

📋 copy color: '#0D9CA2'

red 13 ◦ green 156 ◦ blue 162

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

Shades of Persian Green #0D9CA2

Tints of Persian Green #0D9CA2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.13%

 BLUE value IS 162 (63.67% from 255) = 48.94%

R = 3.93%
G = 47.13%
B = 48.94%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0D9CA2 (or 0x0D9CA2) is known color: Persian Green. HEX triplet: 0D, 9C and A2. RGB value is (13,156,162). Sum of RGB (Red+Green+Blue) = 13+156+162=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 162 (63.67% from 255 or 48.94% from 331); Max value from RGB is 162 - color contains mainly: blue. Hex color #0D9CA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9CA2 is #F2635D. Grayscale: #717171. Windows color (decimal): -15885150 or 10656781. OLE color: 10656781.

HSL color Cylindrical-coordinate representation of color #0D9CA2: hue angle of 182.42º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9CA2 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 13 156 162 -
CMYK 0.92 0.04 0 0.36
HSL 182.42º 0.85% 0.34% -
HSV(B) 182.42º 0.92% 0.64% -
XYZ 18.58 26.47 38.31 -
YUV 113.93 155.12 56.01 -
System Red Green Blue C M Y K H S L
Decimal 13 156 162 0.92 0.04 0 0.36 182.42 0.85 0.34
Hex D 9C A2 5C 4 0 24 B6 55 22
Octal 15 234 242 134 4 0 44 266 125 42
Binary 1101 10011100 10100010 1011100 100 0 100100 10110110 1010101 100010

Color Harmonies of #0D9CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9CA2

Black with #0D9CA2

Text Example


Text Example

White with #0D9CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,156,162); }

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

background-color css

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

 a { background-color: rgb(13,156,162); }

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

border-color css

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

 span { border-color: rgb(13,156,162); }

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