Html Css Color HEX #099B34 Pigment Green

📋 copy color: '#099B34'

red 9 ◦ green 155 ◦ blue 52

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

Shades of Pigment Green #099B34

Tints of Pigment Green #099B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.07%

R = 4.17%
G = 71.76%
B = 24.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#099B34 (or 0x099B34) is known color: Pigment Green. HEX triplet: 09, 9B and 34. RGB value is (9,155,52). Sum of RGB (Red+Green+Blue) = 9+155+52=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 155 (60.94% from 255 or 71.76% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 155 - color contains mainly: green. Hex color #099B34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099B34 is #F664CB. Grayscale: #636363. Windows color (decimal): -16147660 or 3447561. OLE color: 3447561.

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

Color convert

RGB 9 155 52 -
CMYK 0.94 0 0.66 0.39
HSL 137.67º 0.89% 0.32% -
HSV(B) 137.67º 0.94% 0.61% -
XYZ 12.45 23.75 7.18 -
YUV 99.6 101.13 63.38 -
System Red Green Blue C M Y K H S L
Decimal 9 155 52 0.94 0 0.66 0.39 137.67 0.89 0.32
Hex 9 9B 34 5E 0 42 27 8A 59 20
Octal 11 233 64 136 0 102 47 212 131 40
Binary 1001 10011011 110100 1011110 0 1000010 100111 10001010 1011001 100000

Color Harmonies of #099B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099B34

Black with #099B34

Text Example


Text Example

White with #099B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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