#0AC142

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

Shades of Dark Pastel Green #0AC142

Tints of Dark Pastel Green #0AC142

Color information

#0AC142 (or 0x0AC142) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, C1 and 42. RGB value is (10,193,66). Sum of RGB (Red+Green+Blue) = 10+193+66=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 193 (75.78% from 255 or 71.75% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC142 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC142 is #F53EBD. Grayscale: #7C7C7C. Windows color (decimal): -16072382 or 4374794. OLE color: 4374794.

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

Color convert

RGB1019366-
CMYK0.9500.660.24
HSL138.36º90.15%39.8%-
HSV(B)138.36º94.82%75.69%-
XYZ20.1838.611.54-
YUV123.895.3746.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.72%
GREEN value IS 193 (75.78% from 255) = 71.75%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=3.72%
G=71.75%
B=24.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10193660.9500.660.24138.3690.1539.8
HexAC1425F042188a5a28
Octal1230110213701023021213250
Binary101011000001100001010111110100001011000100010101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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