Html Css Color HEX #0DAD58 Pigment Green

📋 copy color: '#0DAD58'

red 13 ◦ green 173 ◦ blue 88

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

Shades of Pigment Green #0DAD58

Tints of Pigment Green #0DAD58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.12%

R = 4.74%
G = 63.14%
B = 32.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#0DAD58 (or 0x0DAD58) is known color: Pigment Green. HEX triplet: 0D, AD and 58. RGB value is (13,173,88). Sum of RGB (Red+Green+Blue) = 13+173+88=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 173 (67.97% from 255 or 63.14% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAD58 is #F252A7. Grayscale: #737373. Windows color (decimal): -15880872 or 5811469. OLE color: 5811469.

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

Color convert

RGB 13 173 88 -
CMYK 0.92 0 0.49 0.32
HSL 148.13º 0.86% 0.36% -
HSV(B) 148.13º 0.92% 0.68% -
XYZ 16.87 30.68 14.26 -
YUV 115.47 112.49 54.91 -
System Red Green Blue C M Y K H S L
Decimal 13 173 88 0.92 0 0.49 0.32 148.13 0.86 0.36
Hex D AD 58 5C 0 31 20 94 56 24
Octal 15 255 130 134 0 61 40 224 126 44
Binary 1101 10101101 1011000 1011100 0 110001 100000 10010100 1010110 100100

Color Harmonies of #0DAD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAD58

Black with #0DAD58

Text Example


Text Example

White with #0DAD58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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