Html Css Color HEX #10A03C Pigment Green

📋 copy color: '#10A03C'

red 16 ◦ green 160 ◦ blue 60

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

Shades of Pigment Green #10A03C

Tints of Pigment Green #10A03C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 67.8%

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

R = 6.78%
G = 67.8%
B = 25.42%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#10A03C (or 0x10A03C) is known color: Pigment Green. HEX triplet: 10, A0 and 3C. RGB value is (16,160,60). Sum of RGB (Red+Green+Blue) = 16+160+60=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 160 (62.89% from 255 or 67.80% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 160 - color contains mainly: green. Hex color #10A03C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A03C is #EF5FC3. Grayscale: #696969. Windows color (decimal): -15687620 or 3973136. OLE color: 3973136.

HSL color Cylindrical-coordinate representation of color #10A03C: hue angle of 138.33º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A03C is Cyan = 0.9, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 160 60 -
CMYK 0.9 0 0.62 0.37
HSL 138.33º 0.82% 0.35% -
HSV(B) 138.33º 0.9% 0.63% -
XYZ 13.6 25.58 8.5 -
YUV 105.54 102.29 64.13 -
System Red Green Blue C M Y K H S L
Decimal 16 160 60 0.9 0 0.62 0.37 138.33 0.82 0.35
Hex 10 A0 3C 5A 0 3E 25 8A 52 23
Octal 20 240 74 132 0 76 45 212 122 43
Binary 10000 10100000 111100 1011010 0 111110 100101 10001010 1010010 100011

Color Harmonies of #10A03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A03C

Black with #10A03C

Text Example


Text Example

White with #10A03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10A03C; }

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

 H1.HeaderClassName
 {
   color: #10A03C;
 }
 .AnyTagClassName
 {
   color: #10A03C;
 }
</style>

background-color css

<style>
 a { background-color: #10A03C; }

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

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

border-color css

<style>
 span { border-color: #10A03C; }

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

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