Html Css Color HEX #10993F Pigment Green

📋 copy color: '#10993F'

red 16 ◦ green 153 ◦ blue 63

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

Shades of Pigment Green #10993F

Tints of Pigment Green #10993F

RGB

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

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

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

R = 6.9%
G = 65.95%
B = 27.16%

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

#10993F (or 0x10993F) is known color: Pigment Green. HEX triplet: 10, 99 and 3F. RGB value is (16,153,63). Sum of RGB (Red+Green+Blue) = 16+153+63=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 153 (60.16% from 255 or 65.95% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 153 - color contains mainly: green. Hex color #10993F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10993F is #EF66C0. Grayscale: #666666. Windows color (decimal): -15689409 or 4167952. OLE color: 4167952.

HSL color Cylindrical-coordinate representation of color #10993F: hue angle of 140.58º 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 #10993F is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 153 63 -
CMYK 0.90 0 0.59 0.4
HSL 140.58º 0.81% 0.33% -
HSV(B) 140.58º 0.9% 0.6% -
XYZ 12.5 23.25 8.53 -
YUV 101.78 106.11 66.82 -
System Red Green Blue C M Y K H S L
Decimal 16 153 63 0.90 0 0.59 0.4 140.58 0.81 0.33
Hex 10 99 3F 5A 0 3B 28 8D 51 21
Octal 20 231 77 132 0 73 50 215 121 41
Binary 10000 10011001 111111 1011010 0 111011 101000 10001101 1010001 100001

Color Harmonies of #10993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10993F

Black with #10993F

Text Example


Text Example

White with #10993F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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