#0aa64b

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

Shades of Pigment Green #0AA64B

Tints of Pigment Green #0AA64B

Color information

#0AA64B (or 0x0AA64B) is unknown color: approx Pigment Green. HEX triplet: 0A, A6 and 4B. RGB value is (10,166,75). Sum of RGB (Red+Green+Blue) = 10+166+75=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 166 (65.23% from 255 or 66.14% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA64B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA64B is #F559B4. Grayscale: #6D6D6D. Windows color (decimal): -16079285 or 4957706. OLE color: 4957706.

HSL color Cylindrical-coordinate representation of color #0AA64B: hue angle of 145º 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 #0AA64B is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1016675-
CMYK0.9400.550.35
HSL145º88.64%34.51%-
HSV(B)145º93.98%65.1%-
XYZ15.0327.8411.24-
YUV108.98108.8257.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.98%
GREEN value IS 166 (65.23% from 255) = 66.14%
BLUE value IS 75 (29.69% from 255) = 29.88%
R=3.98%
G=66.14%
B=29.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10166750.9400.550.3514588.6434.51
HexAA64B5E03723915923
Octal122461131360674322113143
Binary101010100110100101110111100110111100011100100011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0aa64b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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