#0A9452

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

Shades of Pigment Green #0A9452

Tints of Pigment Green #0A9452

Color information

#0A9452 (or 0x0A9452) is unknown color: approx Pigment Green. HEX triplet: 0A, 94 and 52. RGB value is (10,148,82). Sum of RGB (Red+Green+Blue) = 10+148+82=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 148 (58.20% from 255 or 61.67% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9452 is #F56BAD. Grayscale: #636363. Windows color (decimal): -16083886 or 5411850. OLE color: 5411850.

HSL color Cylindrical-coordinate representation of color #0A9452: hue angle of 151.3º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9452 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1014882-
CMYK0.9300.450.42
HSL151.3º87.34%30.98%-
HSV(B)151.3º93.24%58.04%-
XYZ12.2421.8511.56-
YUV99.21118.2864.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.17%
GREEN value IS 148 (58.20% from 255) = 61.67%
BLUE value IS 82 (32.42% from 255) = 34.17%
R=4.17%
G=61.67%
B=34.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10148820.9300.450.42151.387.3430.98
HexA94525D02D2A97571f
Octal122241221350555222712737
Binary10101001010010100101011101010110110101010010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,148,82); }

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

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

 a { background-color: rgb(10,148,82); }

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

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

 span { border-color: rgb(10,148,82); }

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