Html Css Color HEX #0DA143 Pigment Green

📋 copy color: '#0DA143'

red 13 ◦ green 161 ◦ blue 67

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

Shades of Pigment Green #0DA143

Tints of Pigment Green #0DA143

RGB

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

 GREEN value IS 161 (63.28% from 255) = 66.8%

 BLUE value IS 67 (26.56% from 255) = 27.8%

R = 5.39%
G = 66.8%
B = 27.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#0DA143 (or 0x0DA143) is known color: Pigment Green. HEX triplet: 0D, A1 and 43. RGB value is (13,161,67). Sum of RGB (Red+Green+Blue) = 13+161+67=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 161 (63.28% from 255 or 66.80% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA143 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA143 is #F25EBC. Grayscale: #6A6A6A. Windows color (decimal): -15883965 or 4432141. OLE color: 4432141.

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

Color convert

RGB 13 161 67 -
CMYK 0.92 0 0.58 0.37
HSL 141.89º 0.85% 0.34% -
HSV(B) 141.89º 0.92% 0.63% -
XYZ 13.92 25.98 9.59 -
YUV 106.03 105.97 61.64 -
System Red Green Blue C M Y K H S L
Decimal 13 161 67 0.92 0 0.58 0.37 141.89 0.85 0.34
Hex D A1 43 5C 0 3A 25 8E 55 22
Octal 15 241 103 134 0 72 45 216 125 42
Binary 1101 10100001 1000011 1011100 0 111010 100101 10001110 1010101 100010

Color Harmonies of #0DA143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA143

Black with #0DA143

Text Example


Text Example

White with #0DA143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,161,67); }

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

background-color css

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

 a { background-color: rgb(13,161,67); }

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

border-color css

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

 span { border-color: rgb(13,161,67); }

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