Html Css Color HEX #099B4D Pigment Green

📋 copy color: '#099B4D'

red 9 ◦ green 155 ◦ blue 77

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

Shades of Pigment Green #099B4D

Tints of Pigment Green #099B4D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 64.32%

 BLUE value IS 77 (30.47% from 255) = 31.95%

R = 3.73%
G = 64.32%
B = 31.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#099B4D (or 0x099B4D) is known color: Pigment Green. HEX triplet: 09, 9B and 4D. RGB value is (9,155,77). Sum of RGB (Red+Green+Blue) = 9+155+77=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 155 (60.94% from 255 or 64.32% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 155 - color contains mainly: green. Hex color #099B4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099B4D is #F664B2. Grayscale: #666666. Windows color (decimal): -16147635 or 5085961. OLE color: 5085961.

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

Color convert

RGB 9 155 77 -
CMYK 0.94 0 0.50 0.39
HSL 147.95º 0.89% 0.32% -
HSV(B) 147.95º 0.94% 0.61% -
XYZ 13.17 24.04 10.97 -
YUV 102.45 113.63 61.34 -
System Red Green Blue C M Y K H S L
Decimal 9 155 77 0.94 0 0.50 0.39 147.95 0.89 0.32
Hex 9 9B 4D 5E 0 32 27 94 59 20
Octal 11 233 115 136 0 62 47 224 131 40
Binary 1001 10011011 1001101 1011110 0 110010 100111 10010100 1011001 100000

Color Harmonies of #099B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099B4D

Black with #099B4D

Text Example


Text Example

White with #099B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,155,77); }

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

background-color css

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

 a { background-color: rgb(9,155,77); }

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

border-color css

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

 span { border-color: rgb(9,155,77); }

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