Html Css Color HEX #0DAD4E Pigment Green

📋 copy color: '#0DAD4E'

red 13 ◦ green 173 ◦ blue 78

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

Shades of Pigment Green #0DAD4E

Tints of Pigment Green #0DAD4E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 65.53%

 BLUE value IS 78 (30.86% from 255) = 29.55%

R = 4.92%
G = 65.53%
B = 29.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#0DAD4E (or 0x0DAD4E) is known color: Pigment Green. HEX triplet: 0D, AD and 4E. RGB value is (13,173,78). Sum of RGB (Red+Green+Blue) = 13+173+78=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 173 (67.97% from 255 or 65.53% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAD4E is #F252B1. Grayscale: #727272. Windows color (decimal): -15880882 or 5156109. OLE color: 5156109.

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

Color convert

RGB 13 173 78 -
CMYK 0.92 0 0.55 0.32
HSL 144.38º 0.86% 0.36% -
HSV(B) 144.38º 0.92% 0.68% -
XYZ 16.48 30.52 12.23 -
YUV 114.33 107.49 55.72 -
System Red Green Blue C M Y K H S L
Decimal 13 173 78 0.92 0 0.55 0.32 144.38 0.86 0.36
Hex D AD 4E 5C 0 37 20 90 56 24
Octal 15 255 116 134 0 67 40 220 126 44
Binary 1101 10101101 1001110 1011100 0 110111 100000 10010000 1010110 100100

Color Harmonies of #0DAD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAD4E

Black with #0DAD4E

Text Example


Text Example

White with #0DAD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,173,78); }

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

background-color css

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

 a { background-color: rgb(13,173,78); }

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

border-color css

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

 span { border-color: rgb(13,173,78); }

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