Html Css Color HEX #099953 Pigment Green

📋 copy color: '#099953'

red 9 ◦ green 153 ◦ blue 83

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

Shades of Pigment Green #099953

Tints of Pigment Green #099953

RGB

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

 GREEN value IS 153 (60.16% from 255) = 62.45%

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

R = 3.67%
G = 62.45%
B = 33.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#099953 (or 0x099953) is known color: Pigment Green. HEX triplet: 09, 99 and 53. RGB value is (9,153,83). Sum of RGB (Red+Green+Blue) = 9+153+83=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 153 (60.16% from 255 or 62.45% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 153 - color contains mainly: green. Hex color #099953 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099953 is #F666AC. Grayscale: #666666. Windows color (decimal): -16148141 or 5478665. OLE color: 5478665.

HSL color Cylindrical-coordinate representation of color #099953: hue angle of 150.83º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099953 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 9 153 83 -
CMYK 0.94 0 0.46 0.4
HSL 150.83º 0.89% 0.32% -
HSV(B) 150.83º 0.94% 0.6% -
XYZ 13.07 23.47 12.02 -
YUV 101.96 117.29 61.69 -
System Red Green Blue C M Y K H S L
Decimal 9 153 83 0.94 0 0.46 0.4 150.83 0.89 0.32
Hex 9 99 53 5E 0 2E 28 97 59 20
Octal 11 231 123 136 0 56 50 227 131 40
Binary 1001 10011001 1010011 1011110 0 101110 101000 10010111 1011001 100000

Color Harmonies of #099953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099953

Black with #099953

Text Example


Text Example

White with #099953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099953; }

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

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

background-color css

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

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

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

border-color css

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

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

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