#0AA248

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

Shades of Pigment Green #0AA248

Tints of Pigment Green #0AA248

Color information

#0AA248 (or 0x0AA248) is unknown color: approx Pigment Green. HEX triplet: 0A, A2 and 48. RGB value is (10,162,72). Sum of RGB (Red+Green+Blue) = 10+162+72=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 162 (63.67% from 255 or 66.39% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 162 - color contains mainly: green. Hex color #0AA248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA248 is #F55DB7. Grayscale: #6A6A6A. Windows color (decimal): -16080312 or 4760074. OLE color: 4760074.

HSL color Cylindrical-coordinate representation of color #0AA248: hue angle of 144.47º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA248 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1016272-
CMYK0.9400.560.36
HSL144.47º88.37%33.73%-
HSV(B)144.47º93.83%63.53%-
XYZ14.2226.3710.47-
YUV106.29108.6459.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.10%
GREEN value IS 162 (63.67% from 255) = 66.39%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=4.10%
G=66.39%
B=29.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10162720.9400.560.36144.4788.3733.73
HexAA2485E03824905822
Octal122421101360704422013042
Binary101010100010100100010111100111000100100100100001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,162,72); }

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

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

 a { background-color: rgb(10,162,72); }

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

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

 span { border-color: rgb(10,162,72); }

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