Html Css Color HEX #10953C Pigment Green

📋 copy color: '#10953C'

red 16 ◦ green 149 ◦ blue 60

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

Shades of Pigment Green #10953C

Tints of Pigment Green #10953C

RGB

 RED value IS 16 (6.64% from 255) = 7.11%

 GREEN value IS 149 (58.59% from 255) = 66.22%

 BLUE value IS 60 (23.83% from 255) = 26.67%

R = 7.11%
G = 66.22%
B = 26.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#10953C (or 0x10953C) is known color: Pigment Green. HEX triplet: 10, 95 and 3C. RGB value is (16,149,60). Sum of RGB (Red+Green+Blue) = 16+149+60=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 149 (58.59% from 255 or 66.22% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 149 - color contains mainly: green. Hex color #10953C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10953C is #EF6AC3. Grayscale: #636363. Windows color (decimal): -15690436 or 3970320. OLE color: 3970320.

HSL color Cylindrical-coordinate representation of color #10953C: hue angle of 139.85º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10953C is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 149 60 -
CMYK 0.89 0 0.60 0.42
HSL 139.85º 0.81% 0.32% -
HSV(B) 139.85º 0.89% 0.58% -
XYZ 11.78 21.93 7.89 -
YUV 99.09 105.94 68.74 -
System Red Green Blue C M Y K H S L
Decimal 16 149 60 0.89 0 0.60 0.42 139.85 0.81 0.32
Hex 10 95 3C 59 0 3C 2A 8C 51 20
Octal 20 225 74 131 0 74 52 214 121 40
Binary 10000 10010101 111100 1011001 0 111100 101010 10001100 1010001 100000

Color Harmonies of #10953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10953C

Black with #10953C

Text Example


Text Example

White with #10953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10953C; }

 p { color: rgb(16,149,60); }

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

background-color css

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

 a { background-color: rgb(16,149,60); }

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

border-color css

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

 span { border-color: rgb(16,149,60); }

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