Html Css Color HEX #10AA53 Pigment Green

📋 copy color: '#10AA53'

red 16 ◦ green 170 ◦ blue 83

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

Shades of Pigment Green #10AA53

Tints of Pigment Green #10AA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.86%

R = 5.95%
G = 63.2%
B = 30.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#10AA53 (or 0x10AA53) is known color: Pigment Green. HEX triplet: 10, AA and 53. RGB value is (16,170,83). Sum of RGB (Red+Green+Blue) = 16+170+83=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 170 (66.80% from 255 or 63.20% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AA53 is #EF55AC. Grayscale: #727272. Windows color (decimal): -15685037 or 5483024. OLE color: 5483024.

HSL color Cylindrical-coordinate representation of color #10AA53: hue angle of 146.1º 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 #10AA53 is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 170 83 -
CMYK 0.91 0 0.51 0.33
HSL 146.1º 0.83% 0.36% -
HSV(B) 146.1º 0.91% 0.67% -
XYZ 16.15 29.48 13.02 -
YUV 114.04 110.48 58.07 -
System Red Green Blue C M Y K H S L
Decimal 16 170 83 0.91 0 0.51 0.33 146.1 0.83 0.36
Hex 10 AA 53 5B 0 33 21 92 53 24
Octal 20 252 123 133 0 63 41 222 123 44
Binary 10000 10101010 1010011 1011011 0 110011 100001 10010010 1010011 100100

Color Harmonies of #10AA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA53

Black with #10AA53

Text Example


Text Example

White with #10AA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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