Html Css Color HEX #10993E Pigment Green

📋 copy color: '#10993E'

red 16 ◦ green 153 ◦ blue 62

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

Shades of Pigment Green #10993E

Tints of Pigment Green #10993E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.84%

R = 6.93%
G = 66.23%
B = 26.84%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#10993E (or 0x10993E) is known color: Pigment Green. HEX triplet: 10, 99 and 3E. RGB value is (16,153,62). Sum of RGB (Red+Green+Blue) = 16+153+62=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 153 (60.16% from 255 or 66.23% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 153 - color contains mainly: green. Hex color #10993E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10993E is #EF66C1. Grayscale: #656565. Windows color (decimal): -15689410 or 4102416. OLE color: 4102416.

HSL color Cylindrical-coordinate representation of color #10993E: hue angle of 140.15º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10993E is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 153 62 -
CMYK 0.90 0 0.59 0.4
HSL 140.15º 0.81% 0.33% -
HSV(B) 140.15º 0.9% 0.6% -
XYZ 12.47 23.24 8.39 -
YUV 101.66 105.61 66.9 -
System Red Green Blue C M Y K H S L
Decimal 16 153 62 0.90 0 0.59 0.4 140.15 0.81 0.33
Hex 10 99 3E 5A 0 3B 28 8C 51 21
Octal 20 231 76 132 0 73 50 214 121 41
Binary 10000 10011001 111110 1011010 0 111011 101000 10001100 1010001 100001

Color Harmonies of #10993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10993E

Black with #10993E

Text Example


Text Example

White with #10993E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10993E; }

 p { color: rgb(16,153,62); }

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

background-color css

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

 a { background-color: rgb(16,153,62); }

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

border-color css

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

 span { border-color: rgb(16,153,62); }

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