Html Css Color HEX #0D9A52 Pigment Green

📋 copy color: '#0D9A52'

red 13 ◦ green 154 ◦ blue 82

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

Shades of Pigment Green #0D9A52

Tints of Pigment Green #0D9A52

RGB

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

 GREEN value IS 154 (60.55% from 255) = 61.85%

 BLUE value IS 82 (32.42% from 255) = 32.93%

R = 5.22%
G = 61.85%
B = 32.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#0D9A52 (or 0x0D9A52) is known color: Pigment Green. HEX triplet: 0D, 9A and 52. RGB value is (13,154,82). Sum of RGB (Red+Green+Blue) = 13+154+82=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 154 (60.55% from 255 or 61.85% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 154 - color contains mainly: green. Hex color #0D9A52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9A52 is #F265AD. Grayscale: #676767. Windows color (decimal): -15885742 or 5413389. OLE color: 5413389.

HSL color Cylindrical-coordinate representation of color #0D9A52: hue angle of 149.36º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9A52 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 13 154 82 -
CMYK 0.92 0 0.47 0.40
HSL 149.36º 0.84% 0.33% -
HSV(B) 149.36º 0.92% 0.6% -
XYZ 13.24 23.81 11.88 -
YUV 103.63 115.79 63.35 -
System Red Green Blue C M Y K H S L
Decimal 13 154 82 0.92 0 0.47 0.40 149.36 0.84 0.33
Hex D 9A 52 5C 0 2F 28 95 54 21
Octal 15 232 122 134 0 57 50 225 124 41
Binary 1101 10011010 1010010 1011100 0 101111 101000 10010101 1010100 100001

Color Harmonies of #0D9A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9A52

Black with #0D9A52

Text Example


Text Example

White with #0D9A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,154,82); }

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

background-color css

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

 a { background-color: rgb(13,154,82); }

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

border-color css

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

 span { border-color: rgb(13,154,82); }

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