Html Css Color HEX #0DA294 Persian Green

📋 copy color: '#0DA294'

red 13 ◦ green 162 ◦ blue 148

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

Shades of Persian Green #0DA294

Tints of Persian Green #0DA294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.15%

 BLUE value IS 148 (58.2% from 255) = 45.82%

R = 4.02%
G = 50.15%
B = 45.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#0DA294 (or 0x0DA294) is known color: Persian Green. HEX triplet: 0D, A2 and 94. RGB value is (13,162,148). Sum of RGB (Red+Green+Blue) = 13+162+148=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA294 is #F25D6B. Grayscale: #737373. Windows color (decimal): -15883628 or 9740813. OLE color: 9740813.

HSL color Cylindrical-coordinate representation of color #0DA294: hue angle of 174.36º 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 #0DA294 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 13 162 148 -
CMYK 0.92 0 0.09 0.36
HSL 174.36º 0.85% 0.34% -
HSV(B) 174.36º 0.92% 0.64% -
XYZ 18.43 28.06 32.46 -
YUV 115.85 146.14 54.64 -
System Red Green Blue C M Y K H S L
Decimal 13 162 148 0.92 0 0.09 0.36 174.36 0.85 0.34
Hex D A2 94 5C 0 9 24 AE 55 22
Octal 15 242 224 134 0 11 44 256 125 42
Binary 1101 10100010 10010100 1011100 0 1001 100100 10101110 1010101 100010

Color Harmonies of #0DA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA294

Black with #0DA294

Text Example


Text Example

White with #0DA294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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