Html Css Color HEX #0DA453 Pigment Green

📋 copy color: '#0DA453'

red 13 ◦ green 164 ◦ blue 83

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

Shades of Pigment Green #0DA453

Tints of Pigment Green #0DA453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.92%

R = 5%
G = 63.08%
B = 31.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#0DA453 (or 0x0DA453) is known color: Pigment Green. HEX triplet: 0D, A4 and 53. RGB value is (13,164,83). Sum of RGB (Red+Green+Blue) = 13+164+83=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 164 (64.45% from 255 or 63.08% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA453 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA453 is #F25BAC. Grayscale: #6D6D6D. Windows color (decimal): -15883181 or 5481485. OLE color: 5481485.

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

Color convert

RGB 13 164 83 -
CMYK 0.92 0 0.49 0.36
HSL 147.81º 0.85% 0.35% -
HSV(B) 147.81º 0.92% 0.64% -
XYZ 15 27.26 12.65 -
YUV 109.62 112.97 59.09 -
System Red Green Blue C M Y K H S L
Decimal 13 164 83 0.92 0 0.49 0.36 147.81 0.85 0.35
Hex D A4 53 5C 0 31 24 94 55 23
Octal 15 244 123 134 0 61 44 224 125 43
Binary 1101 10100100 1010011 1011100 0 110001 100100 10010100 1010101 100011

Color Harmonies of #0DA453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA453

Black with #0DA453

Text Example


Text Example

White with #0DA453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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