Html Css Color HEX #099C3A Pigment Green

📋 copy color: '#099C3A'

red 9 ◦ green 156 ◦ blue 58

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

Shades of Pigment Green #099C3A

Tints of Pigment Green #099C3A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 69.96%

 BLUE value IS 58 (23.05% from 255) = 26.01%

R = 4.04%
G = 69.96%
B = 26.01%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#099C3A (or 0x099C3A) is known color: Pigment Green. HEX triplet: 09, 9C and 3A. RGB value is (9,156,58). Sum of RGB (Red+Green+Blue) = 9+156+58=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 156 (61.33% from 255 or 69.96% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 156 - color contains mainly: green. Hex color #099C3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099C3A is #F663C5. Grayscale: #656565. Windows color (decimal): -16147398 or 3841033. OLE color: 3841033.

HSL color Cylindrical-coordinate representation of color #099C3A: hue angle of 140º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099C3A is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 156 58 -
CMYK 0.94 0 0.63 0.39
HSL 140º 0.89% 0.32% -
HSV(B) 140º 0.94% 0.61% -
XYZ 12.76 24.14 7.99 -
YUV 100.88 103.8 62.47 -
System Red Green Blue C M Y K H S L
Decimal 9 156 58 0.94 0 0.63 0.39 140 0.89 0.32
Hex 9 9C 3A 5E 0 3F 27 8C 59 20
Octal 11 234 72 136 0 77 47 214 131 40
Binary 1001 10011100 111010 1011110 0 111111 100111 10001100 1011001 100000

Color Harmonies of #099C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099C3A

Black with #099C3A

Text Example


Text Example

White with #099C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099C3A; }

 p { color: rgb(9,156,58); }

 H1.HeaderClassName
 {
   color: #099C3A;
 }
 .AnyTagClassName
 {
   color: #099C3A;
 }
</style>

background-color css

<style>
 a { background-color: #099C3A; }

 a { background-color: rgb(9,156,58); }

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

border-color css

<style>
 span { border-color: #099C3A; }

 span { border-color: rgb(9,156,58); }

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