Html Css Color HEX #099C53 Pigment Green

📋 copy color: '#099C53'

red 9 ◦ green 156 ◦ blue 83

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

Shades of Pigment Green #099C53

Tints of Pigment Green #099C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 3.63%
G = 62.9%
B = 33.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#099C53 (or 0x099C53) is known color: Pigment Green. HEX triplet: 09, 9C and 53. RGB value is (9,156,83). Sum of RGB (Red+Green+Blue) = 9+156+83=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 156 (61.33% from 255 or 62.90% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 156 - color contains mainly: green. Hex color #099C53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099C53 is #F663AC. Grayscale: #676767. Windows color (decimal): -16147373 or 5479433. OLE color: 5479433.

HSL color Cylindrical-coordinate representation of color #099C53: hue angle of 150.2º 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 #099C53 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 156 83 -
CMYK 0.94 0 0.47 0.39
HSL 150.2º 0.89% 0.32% -
HSV(B) 150.2º 0.94% 0.61% -
XYZ 13.56 24.46 12.19 -
YUV 103.73 116.3 60.44 -
System Red Green Blue C M Y K H S L
Decimal 9 156 83 0.94 0 0.47 0.39 150.2 0.89 0.32
Hex 9 9C 53 5E 0 2F 27 96 59 20
Octal 11 234 123 136 0 57 47 226 131 40
Binary 1001 10011100 1010011 1011110 0 101111 100111 10010110 1011001 100000

Color Harmonies of #099C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099C53

Black with #099C53

Text Example


Text Example

White with #099C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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