Html Css Color HEX #09953C Pigment Green

📋 copy color: '#09953C'

red 9 ◦ green 149 ◦ blue 60

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

Shades of Pigment Green #09953C

Tints of Pigment Green #09953C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 68.35%

 BLUE value IS 60 (23.83% from 255) = 27.52%

R = 4.13%
G = 68.35%
B = 27.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#09953C (or 0x09953C) is known color: Pigment Green. HEX triplet: 09, 95 and 3C. RGB value is (9,149,60). Sum of RGB (Red+Green+Blue) = 9+149+60=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 149 (58.59% from 255 or 68.35% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 149 - color contains mainly: green. Hex color #09953C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09953C is #F66AC3. Grayscale: #616161. Windows color (decimal): -16149188 or 3970313. OLE color: 3970313.

HSL color Cylindrical-coordinate representation of color #09953C: hue angle of 141.86º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09953C is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 149 60 -
CMYK 0.94 0 0.60 0.42
HSL 141.86º 0.89% 0.31% -
HSV(B) 141.86º 0.94% 0.58% -
XYZ 11.68 21.88 7.88 -
YUV 96.99 107.12 65.24 -
System Red Green Blue C M Y K H S L
Decimal 9 149 60 0.94 0 0.60 0.42 141.86 0.89 0.31
Hex 9 95 3C 5E 0 3C 2A 8E 59 1F
Octal 11 225 74 136 0 74 52 216 131 37
Binary 1001 10010101 111100 1011110 0 111100 101010 10001110 1011001 11111

Color Harmonies of #09953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09953C

Black with #09953C

Text Example


Text Example

White with #09953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09953C; }

 p { color: rgb(9,149,60); }

 H1.HeaderClassName
 {
   color: #09953C;
 }
 .AnyTagClassName
 {
   color: #09953C;
 }
</style>

background-color css

<style>
 a { background-color: #09953C; }

 a { background-color: rgb(9,149,60); }

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

border-color css

<style>
 span { border-color: #09953C; }

 span { border-color: rgb(9,149,60); }

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