#0ACE2C

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

Shades of Dark Pastel Green #0ACE2C

Tints of Dark Pastel Green #0ACE2C

Color information

#0ACE2C (or 0x0ACE2C) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, CE and 2C. RGB value is (10,206,44). Sum of RGB (Red+Green+Blue) = 10+206+44=260 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.85% from 260); Green value is 206 (80.86% from 255 or 79.23% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACE2C is #F531D3. Grayscale: #818181. Windows color (decimal): -16069076 or 2936330. OLE color: 2936330.

HSL color Cylindrical-coordinate representation of color #0ACE2C: hue angle of 130.41º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACE2C is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB1020644-
CMYK0.9500.790.19
HSL130.41º90.74%42.35%-
HSV(B)130.41º95.15%80.78%-
XYZ22.6544.399.76-
YUV128.9380.0743.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.85%
GREEN value IS 206 (80.86% from 255) = 79.23%
BLUE value IS 44 (17.58% from 255) = 16.92%
R=3.85%
G=79.23%
B=16.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal10206440.9500.790.19130.4190.7442.35
HexACE2C5F04F13825b2a
Octal123165413701172320213352
Binary10101100111010110010111110100111110011100000101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,206,44); }

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

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

 a { background-color: rgb(10,206,44); }

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

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

 span { border-color: rgb(10,206,44); }

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