Html Css Color HEX #10993A Pigment Green

📋 copy color: '#10993A'

red 16 ◦ green 153 ◦ blue 58

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

Shades of Pigment Green #10993A

Tints of Pigment Green #10993A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.55%

R = 7.05%
G = 67.4%
B = 25.55%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.62

 K value IS 0.4

RGB Variations

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

Color information

#10993A (or 0x10993A) is known color: Pigment Green. HEX triplet: 10, 99 and 3A. RGB value is (16,153,58). Sum of RGB (Red+Green+Blue) = 16+153+58=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 153 (60.16% from 255 or 67.40% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 153 - color contains mainly: green. Hex color #10993A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10993A is #EF66C5. Grayscale: #656565. Windows color (decimal): -15689414 or 3840272. OLE color: 3840272.

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

Color convert

RGB 16 153 58 -
CMYK 0.90 0 0.62 0.4
HSL 138.39º 0.81% 0.33% -
HSV(B) 138.39º 0.9% 0.6% -
XYZ 12.37 23.2 7.83 -
YUV 101.21 103.61 67.22 -
System Red Green Blue C M Y K H S L
Decimal 16 153 58 0.90 0 0.62 0.4 138.39 0.81 0.33
Hex 10 99 3A 5A 0 3E 28 8A 51 21
Octal 20 231 72 132 0 76 50 212 121 41
Binary 10000 10011001 111010 1011010 0 111110 101000 10001010 1010001 100001

Color Harmonies of #10993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10993A

Black with #10993A

Text Example


Text Example

White with #10993A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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