Html Css Color HEX #10A545 Pigment Green

📋 copy color: '#10A545'

red 16 ◦ green 165 ◦ blue 69

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

Shades of Pigment Green #10A545

Tints of Pigment Green #10A545

RGB

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

 GREEN value IS 165 (64.84% from 255) = 66%

 BLUE value IS 69 (27.34% from 255) = 27.6%

R = 6.4%
G = 66%
B = 27.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#10A545 (or 0x10A545) is known color: Pigment Green. HEX triplet: 10, A5 and 45. RGB value is (16,165,69). Sum of RGB (Red+Green+Blue) = 16+165+69=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 165 (64.84% from 255 or 66% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 165 - color contains mainly: green. Hex color #10A545 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A545 is #EF5ABA. Grayscale: #6D6D6D. Windows color (decimal): -15686331 or 4564240. OLE color: 4564240.

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

Color convert

RGB 16 165 69 -
CMYK 0.90 0 0.58 0.35
HSL 141.34º 0.82% 0.35% -
HSV(B) 141.34º 0.9% 0.65% -
XYZ 14.74 27.45 10.15 -
YUV 109.51 105.14 61.31 -
System Red Green Blue C M Y K H S L
Decimal 16 165 69 0.90 0 0.58 0.35 141.34 0.82 0.35
Hex 10 A5 45 5A 0 3A 23 8D 52 23
Octal 20 245 105 132 0 72 43 215 122 43
Binary 10000 10100101 1000101 1011010 0 111010 100011 10001101 1010010 100011

Color Harmonies of #10A545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A545

Black with #10A545

Text Example


Text Example

White with #10A545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,165,69); }

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

background-color css

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

 a { background-color: rgb(16,165,69); }

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

border-color css

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

 span { border-color: rgb(16,165,69); }

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