Html Css Color HEX #009D42 Pigment Green

📋 copy color: '#009D42'

red 0 ◦ green 157 ◦ blue 66

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

Shades of Pigment Green #009D42

Tints of Pigment Green #009D42

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 157 (61.72% from 255) = 70.4%

 BLUE value IS 66 (26.17% from 255) = 29.6%

R = 0%
G = 70.4%
B = 29.6%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#009D42 (or 0x009D42) is known color: Pigment Green. HEX triplet: 00, 9D and 42. RGB value is (0,157,66). Sum of RGB (Red+Green+Blue) = 0+157+66=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 157 (61.72% from 255 or 70.40% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 157 - color contains mainly: green. Hex color #009D42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009D42 is #FF62BD. Grayscale: #636363. Windows color (decimal): -16736958 or 4365568. OLE color: 4365568.

HSL color Cylindrical-coordinate representation of color #009D42: hue angle of 145.22º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009D42 is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 157 66 -
CMYK 1 0 0.58 0.38
HSL 145.22º 1% 0.31% -
HSV(B) 145.22º 1% 0.62% -
XYZ 13.04 24.51 9.2 -
YUV 99.68 108.99 56.9 -
System Red Green Blue C M Y K H S L
Decimal 0 157 66 1 0 0.58 0.38 145.22 1 0.31
Hex 0 9D 42 64 0 3A 26 91 64 1F
Octal 0 235 102 144 0 72 46 221 144 37
Binary 0 10011101 1000010 1100100 0 111010 100110 10010001 1100100 11111

Color Harmonies of #009D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009D42

Black with #009D42

Text Example


Text Example

White with #009D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009D42; }

 p { color: rgb(0,157,66); }

 H1.HeaderClassName
 {
   color: #009D42;
 }
 .AnyTagClassName
 {
   color: #009D42;
 }
</style>

background-color css

<style>
 a { background-color: #009D42; }

 a { background-color: rgb(0,157,66); }

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

border-color css

<style>
 span { border-color: #009D42; }

 span { border-color: rgb(0,157,66); }

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