#0AC03C

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

Shades of Dark Pastel Green #0AC03C

Tints of Dark Pastel Green #0AC03C

Color information

#0AC03C (or 0x0AC03C) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, C0 and 3C. RGB value is (10,192,60). Sum of RGB (Red+Green+Blue) = 10+192+60=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 192 (75.39% from 255 or 73.28% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC03C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC03C is #F53FC3. Grayscale: #7A7A7A. Windows color (decimal): -16072644 or 3981322. OLE color: 3981322.

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

Color convert

RGB1019260-
CMYK0.9500.690.25
HSL136.48º90.1%39.61%-
HSV(B)136.48º94.79%75.29%-
XYZ19.7938.0910.58-
YUV122.5392.747.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.82%
GREEN value IS 192 (75.39% from 255) = 73.28%
BLUE value IS 60 (23.83% from 255) = 22.90%
R=3.82%
G=73.28%
B=22.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10192600.9500.690.25136.4890.139.61
HexAC03C5F04519885a28
Octal123007413701053121013250
Binary10101100000011110010111110100010111001100010001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,192,60); }

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

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

 a { background-color: rgb(10,192,60); }

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

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

 span { border-color: rgb(10,192,60); }

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