Html Css Color HEX #0D9C90 Persian Green

📋 copy color: '#0D9C90'

red 13 ◦ green 156 ◦ blue 144

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

Shades of Persian Green #0D9C90

Tints of Persian Green #0D9C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 4.15%
G = 49.84%
B = 46.01%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#0D9C90 (or 0x0D9C90) is known color: Persian Green. HEX triplet: 0D, 9C and 90. RGB value is (13,156,144). Sum of RGB (Red+Green+Blue) = 13+156+144=313 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.15% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #0D9C90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9C90 is #F2636F. Grayscale: #6F6F6F. Windows color (decimal): -15885168 or 9477133. OLE color: 9477133.

HSL color Cylindrical-coordinate representation of color #0D9C90: hue angle of 174.97º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9C90 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 13 156 144 -
CMYK 0.92 0 0.08 0.39
HSL 174.97º 0.85% 0.33% -
HSV(B) 174.97º 0.92% 0.61% -
XYZ 17.09 25.88 30.48 -
YUV 111.88 146.12 57.48 -
System Red Green Blue C M Y K H S L
Decimal 13 156 144 0.92 0 0.08 0.39 174.97 0.85 0.33
Hex D 9C 90 5C 0 8 27 AF 55 21
Octal 15 234 220 134 0 10 47 257 125 41
Binary 1101 10011100 10010000 1011100 0 1000 100111 10101111 1010101 100001

Color Harmonies of #0D9C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9C90

Black with #0D9C90

Text Example


Text Example

White with #0D9C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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