#0ACA23

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

Shades of Dark Pastel Green #0ACA23

Tints of Dark Pastel Green #0ACA23

Color information

#0ACA23 (or 0x0ACA23) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, CA and 23. RGB value is (10,202,35). Sum of RGB (Red+Green+Blue) = 10+202+35=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 202 (79.30% from 255 or 81.78% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 202 - color contains mainly: green. Hex color #0ACA23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACA23 is #F535DC. Grayscale: #7E7E7E. Windows color (decimal): -16070109 or 2345482. OLE color: 2345482.

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

Color convert

RGB1020235-
CMYK0.9500.830.21
HSL127.81º90.57%41.57%-
HSV(B)127.81º95.05%79.22%-
XYZ21.5542.438.64-
YUV125.5576.8945.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.05%
GREEN value IS 202 (79.30% from 255) = 81.78%
BLUE value IS 35 (14.06% from 255) = 14.17%
R=4.05%
G=81.78%
B=14.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10202350.9500.830.21127.8190.5741.57
HexACA235F05315805b2a
Octal123124313701232520013352
Binary10101100101010001110111110101001110101100000001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACA23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,202,35); }

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

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

 a { background-color: rgb(10,202,35); }

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

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

 span { border-color: rgb(10,202,35); }

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