Html Css Color HEX #0DA43B Pigment Green

📋 copy color: '#0DA43B'

red 13 ◦ green 164 ◦ blue 59

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

Shades of Pigment Green #0DA43B

Tints of Pigment Green #0DA43B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 69.49%

 BLUE value IS 59 (23.44% from 255) = 25%

R = 5.51%
G = 69.49%
B = 25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#0DA43B (or 0x0DA43B) is known color: Pigment Green. HEX triplet: 0D, A4 and 3B. RGB value is (13,164,59). Sum of RGB (Red+Green+Blue) = 13+164+59=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 164 (64.45% from 255 or 69.49% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA43B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA43B is #F25BC4. Grayscale: #6B6B6B. Windows color (decimal): -15883205 or 3908621. OLE color: 3908621.

HSL color Cylindrical-coordinate representation of color #0DA43B: hue angle of 138.28º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA43B is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 13 164 59 -
CMYK 0.92 0 0.64 0.36
HSL 138.28º 0.85% 0.35% -
HSV(B) 138.28º 0.92% 0.64% -
XYZ 14.23 26.95 8.59 -
YUV 106.88 100.97 61.04 -
System Red Green Blue C M Y K H S L
Decimal 13 164 59 0.92 0 0.64 0.36 138.28 0.85 0.35
Hex D A4 3B 5C 0 40 24 8A 55 23
Octal 15 244 73 134 0 100 44 212 125 43
Binary 1101 10100100 111011 1011100 0 1000000 100100 10001010 1010101 100011

Color Harmonies of #0DA43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA43B

Black with #0DA43B

Text Example


Text Example

White with #0DA43B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,164,59); }

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

background-color css

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

 a { background-color: rgb(13,164,59); }

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

border-color css

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

 span { border-color: rgb(13,164,59); }

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