Html Css Color HEX #10AA4F Pigment Green

📋 copy color: '#10AA4F'

red 16 ◦ green 170 ◦ blue 79

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

Shades of Pigment Green #10AA4F

Tints of Pigment Green #10AA4F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 64.15%

 BLUE value IS 79 (31.25% from 255) = 29.81%

R = 6.04%
G = 64.15%
B = 29.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#10AA4F (or 0x10AA4F) is known color: Pigment Green. HEX triplet: 10, AA and 4F. RGB value is (16,170,79). Sum of RGB (Red+Green+Blue) = 16+170+79=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 170 (66.80% from 255 or 64.15% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AA4F is #EF55B0. Grayscale: #717171. Windows color (decimal): -15685041 or 5220880. OLE color: 5220880.

HSL color Cylindrical-coordinate representation of color #10AA4F: hue angle of 144.55º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA4F is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 170 79 -
CMYK 0.91 0 0.54 0.33
HSL 144.55º 0.83% 0.36% -
HSV(B) 144.55º 0.91% 0.67% -
XYZ 16 29.42 12.23 -
YUV 113.58 108.48 58.4 -
System Red Green Blue C M Y K H S L
Decimal 16 170 79 0.91 0 0.54 0.33 144.55 0.83 0.36
Hex 10 AA 4F 5B 0 36 21 91 53 24
Octal 20 252 117 133 0 66 41 221 123 44
Binary 10000 10101010 1001111 1011011 0 110110 100001 10010001 1010011 100100

Color Harmonies of #10AA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA4F

Black with #10AA4F

Text Example


Text Example

White with #10AA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,170,79); }

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

background-color css

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

 a { background-color: rgb(16,170,79); }

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

border-color css

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

 span { border-color: rgb(16,170,79); }

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