Html Css Color HEX #0DAE8E Persian Green

📋 copy color: '#0DAE8E'

red 13 ◦ green 174 ◦ blue 142

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

Shades of Persian Green #0DAE8E

Tints of Persian Green #0DAE8E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 52.89%

 BLUE value IS 142 (55.86% from 255) = 43.16%

R = 3.95%
G = 52.89%
B = 43.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#0DAE8E (or 0x0DAE8E) is known color: Persian Green. HEX triplet: 0D, AE and 8E. RGB value is (13,174,142). Sum of RGB (Red+Green+Blue) = 13+174+142=329 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.95% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAE8E is #F25171. Grayscale: #7A7A7A. Windows color (decimal): -15880562 or 9350669. OLE color: 9350669.

HSL color Cylindrical-coordinate representation of color #0DAE8E: hue angle of 168.07º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAE8E is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 174 142 -
CMYK 0.93 0 0.18 0.32
HSL 168.07º 0.86% 0.37% -
HSV(B) 168.07º 0.93% 0.68% -
XYZ 20.18 32.31 30.76 -
YUV 122.21 139.16 50.1 -
System Red Green Blue C M Y K H S L
Decimal 13 174 142 0.93 0 0.18 0.32 168.07 0.86 0.37
Hex D AE 8E 5D 0 12 20 A8 56 25
Octal 15 256 216 135 0 22 40 250 126 45
Binary 1101 10101110 10001110 1011101 0 10010 100000 10101000 1010110 100101

Color Harmonies of #0DAE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAE8E

Black with #0DAE8E

Text Example


Text Example

White with #0DAE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,174,142); }

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

background-color css

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

 a { background-color: rgb(13,174,142); }

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

border-color css

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

 span { border-color: rgb(13,174,142); }

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