Html Css Color HEX #10A65C Pigment Green

📋 copy color: '#10A65C'

red 16 ◦ green 166 ◦ blue 92

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

Shades of Pigment Green #10A65C

Tints of Pigment Green #10A65C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 60.58%

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 5.84%
G = 60.58%
B = 33.58%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#10A65C (or 0x10A65C) is known color: Pigment Green. HEX triplet: 10, A6 and 5C. RGB value is (16,166,92). Sum of RGB (Red+Green+Blue) = 16+166+92=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 166 (65.23% from 255 or 60.58% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 166 - color contains mainly: green. Hex color #10A65C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A65C is #EF59A3. Grayscale: #707070. Windows color (decimal): -15686052 or 6071824. OLE color: 6071824.

HSL color Cylindrical-coordinate representation of color #10A65C: hue angle of 150.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A65C is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 16 166 92 -
CMYK 0.90 0 0.45 0.35
HSL 150.4º 0.82% 0.36% -
HSV(B) 150.4º 0.9% 0.65% -
XYZ 15.78 28.16 14.73 -
YUV 112.71 116.31 59.02 -
System Red Green Blue C M Y K H S L
Decimal 16 166 92 0.90 0 0.45 0.35 150.4 0.82 0.36
Hex 10 A6 5C 5A 0 2D 23 96 52 24
Octal 20 246 134 132 0 55 43 226 122 44
Binary 10000 10100110 1011100 1011010 0 101101 100011 10010110 1010010 100100

Color Harmonies of #10A65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A65C

Black with #10A65C

Text Example


Text Example

White with #10A65C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,166,92); }

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

background-color css

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

 a { background-color: rgb(16,166,92); }

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

border-color css

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

 span { border-color: rgb(16,166,92); }

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