Html Css Color HEX #0D9A35 Pigment Green

📋 copy color: '#0D9A35'

red 13 ◦ green 154 ◦ blue 53

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

Shades of Pigment Green #0D9A35

Tints of Pigment Green #0D9A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.09%

R = 5.91%
G = 70%
B = 24.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#0D9A35 (or 0x0D9A35) is known color: Pigment Green. HEX triplet: 0D, 9A and 35. RGB value is (13,154,53). Sum of RGB (Red+Green+Blue) = 13+154+53=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 154 (60.55% from 255 or 70% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 154 - color contains mainly: green. Hex color #0D9A35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9A35 is #F265CA. Grayscale: #646464. Windows color (decimal): -15885771 or 3512845. OLE color: 3512845.

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

Color convert

RGB 13 154 53 -
CMYK 0.92 0 0.66 0.40
HSL 137.02º 0.84% 0.33% -
HSV(B) 137.02º 0.92% 0.6% -
XYZ 12.36 23.45 7.24 -
YUV 100.33 101.29 65.71 -
System Red Green Blue C M Y K H S L
Decimal 13 154 53 0.92 0 0.66 0.40 137.02 0.84 0.33
Hex D 9A 35 5C 0 42 28 89 54 21
Octal 15 232 65 134 0 102 50 211 124 41
Binary 1101 10011010 110101 1011100 0 1000010 101000 10001001 1010100 100001

Color Harmonies of #0D9A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9A35

Black with #0D9A35

Text Example


Text Example

White with #0D9A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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