Html Css Color HEX #10993C Pigment Green

📋 copy color: '#10993C'

red 16 ◦ green 153 ◦ blue 60

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

Shades of Pigment Green #10993C

Tints of Pigment Green #10993C

RGB

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

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

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

R = 6.99%
G = 66.81%
B = 26.2%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#10993C (or 0x10993C) is known color: Pigment Green. HEX triplet: 10, 99 and 3C. RGB value is (16,153,60). Sum of RGB (Red+Green+Blue) = 16+153+60=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 153 (60.16% from 255 or 66.81% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 153 - color contains mainly: green. Hex color #10993C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10993C is #EF66C3. Grayscale: #656565. Windows color (decimal): -15689412 or 3971344. OLE color: 3971344.

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

Color convert

RGB 16 153 60 -
CMYK 0.90 0 0.61 0.4
HSL 139.27º 0.81% 0.33% -
HSV(B) 139.27º 0.9% 0.6% -
XYZ 12.42 23.22 8.1 -
YUV 101.44 104.61 67.06 -
System Red Green Blue C M Y K H S L
Decimal 16 153 60 0.90 0 0.61 0.4 139.27 0.81 0.33
Hex 10 99 3C 5A 0 3D 28 8B 51 21
Octal 20 231 74 132 0 75 50 213 121 41
Binary 10000 10011001 111100 1011010 0 111101 101000 10001011 1010001 100001

Color Harmonies of #10993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10993C

Black with #10993C

Text Example


Text Example

White with #10993C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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