#0AC31E

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

Shades of Dark Pastel Green #0AC31E

Tints of Dark Pastel Green #0AC31E

Color information

#0AC31E (or 0x0AC31E) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, C3 and 1E. RGB value is (10,195,30). Sum of RGB (Red+Green+Blue) = 10+195+30=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 195 (76.56% from 255 or 82.98% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC31E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC31E is #F53CE1. Grayscale: #797979. Windows color (decimal): -16071906 or 2016010. OLE color: 2016010.

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

Color convert

RGB1019530-
CMYK0.9500.850.24
HSL126.49º90.24%40.2%-
HSV(B)126.49º94.87%76.47%-
XYZ19.8739.197.74-
YUV120.8776.7148.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.26%
GREEN value IS 195 (76.56% from 255) = 82.98%
BLUE value IS 30 (12.11% from 255) = 12.77%
R=4.26%
G=82.98%
B=12.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10195300.9500.850.24126.4990.2440.2
HexAC31E5F055187e5a28
Octal123033613701253017613250
Binary101011000011111101011111010101011100011111101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,195,30); }

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

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

 a { background-color: rgb(10,195,30); }

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

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

 span { border-color: rgb(10,195,30); }

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