Html Css Color HEX #09964B Pigment Green

📋 copy color: '#09964B'

red 9 ◦ green 150 ◦ blue 75

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

Shades of Pigment Green #09964B

Tints of Pigment Green #09964B

RGB

 RED value IS 9 (3.91% from 255) = 3.85%

 GREEN value IS 150 (58.98% from 255) = 64.1%

 BLUE value IS 75 (29.69% from 255) = 32.05%

R = 3.85%
G = 64.1%
B = 32.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#09964B (or 0x09964B) is known color: Pigment Green. HEX triplet: 09, 96 and 4B. RGB value is (9,150,75). Sum of RGB (Red+Green+Blue) = 9+150+75=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 150 (58.98% from 255 or 64.10% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 150 - color contains mainly: green. Hex color #09964B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09964B is #F669B4. Grayscale: #636363. Windows color (decimal): -16148917 or 4953609. OLE color: 4953609.

HSL color Cylindrical-coordinate representation of color #09964B: hue angle of 148.09º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09964B is Cyan = 0.94, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 150 75 -
CMYK 0.94 0 0.5 0.41
HSL 148.09º 0.89% 0.31% -
HSV(B) 148.09º 0.94% 0.59% -
XYZ 12.29 22.38 10.33 -
YUV 99.29 114.29 63.6 -
System Red Green Blue C M Y K H S L
Decimal 9 150 75 0.94 0 0.5 0.41 148.09 0.89 0.31
Hex 9 96 4B 5E 0 32 29 94 59 1F
Octal 11 226 113 136 0 62 51 224 131 37
Binary 1001 10010110 1001011 1011110 0 110010 101001 10010100 1011001 11111

Color Harmonies of #09964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09964B

Black with #09964B

Text Example


Text Example

White with #09964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09964B; }

 p { color: rgb(9,150,75); }

 H1.HeaderClassName
 {
   color: #09964B;
 }
 .AnyTagClassName
 {
   color: #09964B;
 }
</style>

background-color css

<style>
 a { background-color: #09964B; }

 a { background-color: rgb(9,150,75); }

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

border-color css

<style>
 span { border-color: #09964B; }

 span { border-color: rgb(9,150,75); }

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