#0AC13A

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

Shades of Dark Pastel Green #0AC13A

Tints of Dark Pastel Green #0AC13A

Color information

#0AC13A (or 0x0AC13A) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, C1 and 3A. RGB value is (10,193,58). Sum of RGB (Red+Green+Blue) = 10+193+58=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 193 (75.78% from 255 or 73.95% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC13A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC13A is #F53EC5. Grayscale: #7B7B7B. Windows color (decimal): -16072390 or 3850506. OLE color: 3850506.

HSL color Cylindrical-coordinate representation of color #0AC13A: hue angle of 135.74º 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 #0AC13A is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB1019358-
CMYK0.9500.700.24
HSL135.74º90.15%39.8%-
HSV(B)135.74º94.82%75.69%-
XYZ19.9638.5110.38-
YUV122.8991.3747.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.83%
GREEN value IS 193 (75.78% from 255) = 73.95%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=3.83%
G=73.95%
B=22.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10193580.9500.700.24135.7490.1539.8
HexAC13A5F04618885a28
Octal123017213701063021013250
Binary10101100000111101010111110100011011000100010001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,193,58); }

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

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

 a { background-color: rgb(10,193,58); }

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

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

 span { border-color: rgb(10,193,58); }

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