#0AC135

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

Shades of Dark Pastel Green #0AC135

Tints of Dark Pastel Green #0AC135

Color information

#0AC135 (or 0x0AC135) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, C1 and 35. RGB value is (10,193,53). Sum of RGB (Red+Green+Blue) = 10+193+53=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 193 (75.78% from 255 or 75.39% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC135 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC135 is #F53ECA. Grayscale: #7A7A7A. Windows color (decimal): -16072395 or 3522826. OLE color: 3522826.

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

Color convert

RGB1019353-
CMYK0.9500.730.24
HSL134.1º90.15%39.8%-
HSV(B)134.1º94.82%75.69%-
XYZ19.8438.469.75-
YUV122.3288.8747.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.91%
GREEN value IS 193 (75.78% from 255) = 75.39%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=3.91%
G=75.39%
B=20.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10193530.9500.730.24134.190.1539.8
HexAC1355F04918865a28
Octal123016513701113020613250
Binary10101100000111010110111110100100111000100001101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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