Html Css Color HEX #10953F Pigment Green

📋 copy color: '#10953F'

red 16 ◦ green 149 ◦ blue 63

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

Shades of Pigment Green #10953F

Tints of Pigment Green #10953F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.63%

R = 7.02%
G = 65.35%
B = 27.63%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#10953F (or 0x10953F) is known color: Pigment Green. HEX triplet: 10, 95 and 3F. RGB value is (16,149,63). Sum of RGB (Red+Green+Blue) = 16+149+63=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 149 (58.59% from 255 or 65.35% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 149 - color contains mainly: green. Hex color #10953F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10953F is #EF6AC0. Grayscale: #636363. Windows color (decimal): -15690433 or 4166928. OLE color: 4166928.

HSL color Cylindrical-coordinate representation of color #10953F: hue angle of 141.2º 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 #10953F is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 149 63 -
CMYK 0.89 0 0.58 0.42
HSL 141.2º 0.81% 0.32% -
HSV(B) 141.2º 0.89% 0.58% -
XYZ 11.86 21.96 8.32 -
YUV 99.43 107.44 68.49 -
System Red Green Blue C M Y K H S L
Decimal 16 149 63 0.89 0 0.58 0.42 141.2 0.81 0.32
Hex 10 95 3F 59 0 3A 2A 8D 51 20
Octal 20 225 77 131 0 72 52 215 121 40
Binary 10000 10010101 111111 1011001 0 111010 101010 10001101 1010001 100000

Color Harmonies of #10953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10953F

Black with #10953F

Text Example


Text Example

White with #10953F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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