Html Css Color HEX #0DA847 Pigment Green

📋 copy color: '#0DA847'

red 13 ◦ green 168 ◦ blue 71

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

Shades of Pigment Green #0DA847

Tints of Pigment Green #0DA847

RGB

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

 GREEN value IS 168 (66.02% from 255) = 66.67%

 BLUE value IS 71 (28.13% from 255) = 28.17%

R = 5.16%
G = 66.67%
B = 28.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#0DA847 (or 0x0DA847) is known color: Pigment Green. HEX triplet: 0D, A8 and 47. RGB value is (13,168,71). Sum of RGB (Red+Green+Blue) = 13+168+71=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 168 (66.02% from 255 or 66.67% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA847 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA847 is #F257B8. Grayscale: #6E6E6E. Windows color (decimal): -15882169 or 4696077. OLE color: 4696077.

HSL color Cylindrical-coordinate representation of color #0DA847: hue angle of 142.45º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA847 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 13 168 71 -
CMYK 0.92 0 0.58 0.34
HSL 142.45º 0.86% 0.35% -
HSV(B) 142.45º 0.92% 0.66% -
XYZ 15.31 28.55 10.66 -
YUV 110.6 105.65 58.39 -
System Red Green Blue C M Y K H S L
Decimal 13 168 71 0.92 0 0.58 0.34 142.45 0.86 0.35
Hex D A8 47 5C 0 3A 22 8E 56 23
Octal 15 250 107 134 0 72 42 216 126 43
Binary 1101 10101000 1000111 1011100 0 111010 100010 10001110 1010110 100011

Color Harmonies of #0DA847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA847

Black with #0DA847

Text Example


Text Example

White with #0DA847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,168,71); }

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

background-color css

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

 a { background-color: rgb(13,168,71); }

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

border-color css

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

 span { border-color: rgb(13,168,71); }

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