#0AC62E

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

Shades of Dark Pastel Green #0AC62E

Tints of Dark Pastel Green #0AC62E

Color information

#0AC62E (or 0x0AC62E) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, C6 and 2E. RGB value is (10,198,46). Sum of RGB (Red+Green+Blue) = 10+198+46=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 198 (77.73% from 255 or 77.95% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC62E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC62E is #F539D1. Grayscale: #7C7C7C. Windows color (decimal): -16071122 or 3065354. OLE color: 3065354.

HSL color Cylindrical-coordinate representation of color #0AC62E: hue angle of 131.49º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC62E is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB1019846-
CMYK0.9500.770.22
HSL131.49º90.38%40.78%-
HSV(B)131.49º94.95%77.65%-
XYZ20.8140.659.33-
YUV124.4683.7246.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.94%
GREEN value IS 198 (77.73% from 255) = 77.95%
BLUE value IS 46 (18.36% from 255) = 18.11%
R=3.94%
G=77.95%
B=18.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10198460.9500.770.22131.4990.3840.78
HexAC62E5F04D16835a29
Octal123065613701152620313251
Binary10101100011010111010111110100110110110100000111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,198,46); }

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

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

 a { background-color: rgb(10,198,46); }

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

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

 span { border-color: rgb(10,198,46); }

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