#0AA64C

Color #0AA64C Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0AA64C

Tints of Pigment Green #0AA64C

Color information

#0AA64C (or 0x0AA64C) is unknown color: approx Pigment Green. HEX triplet: 0A, A6 and 4C. RGB value is (10,166,76). Sum of RGB (Red+Green+Blue) = 10+166+76=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 166 (65.23% from 255 or 65.87% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA64C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA64C is #F559B3. Grayscale: #6D6D6D. Windows color (decimal): -16079284 or 5023242. OLE color: 5023242.

HSL color Cylindrical-coordinate representation of color #0AA64C: hue angle of 145.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA64C is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB1016676-
CMYK0.9400.540.35
HSL145.38º88.64%34.51%-
HSV(B)145.38º93.98%65.1%-
XYZ15.0727.8611.42-
YUV109.1109.3257.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.97%
GREEN value IS 166 (65.23% from 255) = 65.87%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=3.97%
G=65.87%
B=30.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10166760.9400.540.35145.3888.6434.51
HexAA64C5E03623915923
Octal122461141360664322113143
Binary101010100110100110010111100110110100011100100011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AA64C; }

 p { color: rgb(10,166,76); }

 H1.HeaderClassName
 {
   color: #0AA64C;
 }
 .AnyTagClassName
 {
   color: #0AA64C;
 }
</style>
background-color css

<style>
 a { background-color: #0AA64C; }

 a { background-color: rgb(10,166,76); }

 div.DivClassName
 {
   background-color: #0AA64C;
 }
 .BgClassName
 {
   background-color: #0AA64C;
 }
</style>
border-color css

<style>
 span { border-color: #0AA64C; }

 span { border-color: rgb(10,166,76); }

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