Html Css Color HEX #0DA53D Pigment Green

📋 copy color: '#0DA53D'

red 13 ◦ green 165 ◦ blue 61

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

Shades of Pigment Green #0DA53D

Tints of Pigment Green #0DA53D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 69.04%

 BLUE value IS 61 (24.22% from 255) = 25.52%

R = 5.44%
G = 69.04%
B = 25.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#0DA53D (or 0x0DA53D) is known color: Pigment Green. HEX triplet: 0D, A5 and 3D. RGB value is (13,165,61). Sum of RGB (Red+Green+Blue) = 13+165+61=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 165 (64.84% from 255 or 69.04% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA53D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA53D is #F25AC2. Grayscale: #6B6B6B. Windows color (decimal): -15882947 or 4039949. OLE color: 4039949.

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

Color convert

RGB 13 165 61 -
CMYK 0.92 0 0.63 0.35
HSL 138.95º 0.85% 0.35% -
HSV(B) 138.95º 0.92% 0.65% -
XYZ 14.46 27.33 8.93 -
YUV 107.7 101.64 60.46 -
System Red Green Blue C M Y K H S L
Decimal 13 165 61 0.92 0 0.63 0.35 138.95 0.85 0.35
Hex D A5 3D 5C 0 3F 23 8B 55 23
Octal 15 245 75 134 0 77 43 213 125 43
Binary 1101 10100101 111101 1011100 0 111111 100011 10001011 1010101 100011

Color Harmonies of #0DA53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA53D

Black with #0DA53D

Text Example


Text Example

White with #0DA53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,165,61); }

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

background-color css

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

 a { background-color: rgb(13,165,61); }

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

border-color css

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

 span { border-color: rgb(13,165,61); }

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