#0AC329

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

Shades of Dark Pastel Green #0AC329

Tints of Dark Pastel Green #0AC329

Color information

#0AC329 (or 0x0AC329) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, C3 and 29. RGB value is (10,195,41). Sum of RGB (Red+Green+Blue) = 10+195+41=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 195 (76.56% from 255 or 79.27% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC329 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC329 is #F53CD6. Grayscale: #7A7A7A. Windows color (decimal): -16071895 or 2736906. OLE color: 2736906.

HSL color Cylindrical-coordinate representation of color #0AC329: hue angle of 130.05º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC329 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1019541-
CMYK0.9500.790.24
HSL130.05º90.24%40.2%-
HSV(B)130.05º94.87%76.47%-
XYZ20.0439.258.62-
YUV122.1382.2148.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.07%
GREEN value IS 195 (76.56% from 255) = 79.27%
BLUE value IS 41 (16.41% from 255) = 16.67%
R=4.07%
G=79.27%
B=16.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10195410.9500.790.24130.0590.2440.2
HexAC3295F04F18825a28
Octal123035113701173020213250
Binary10101100001110100110111110100111111000100000101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,195,41); }

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

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

 a { background-color: rgb(10,195,41); }

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

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

 span { border-color: rgb(10,195,41); }

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