#0AC327

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

Shades of Dark Pastel Green #0AC327

Tints of Dark Pastel Green #0AC327

Color information

#0AC327 (or 0x0AC327) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, C3 and 27. RGB value is (10,195,39). Sum of RGB (Red+Green+Blue) = 10+195+39=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 195 (76.56% from 255 or 79.92% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC327 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC327 is #F53CD8. Grayscale: #7A7A7A. Windows color (decimal): -16071897 or 2605834. OLE color: 2605834.

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

Color convert

RGB1019539-
CMYK0.9500.800.24
HSL129.41º90.24%40.2%-
HSV(B)129.41º94.87%76.47%-
XYZ20.0139.248.44-
YUV121.981.2148.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.10%
GREEN value IS 195 (76.56% from 255) = 79.92%
BLUE value IS 39 (15.62% from 255) = 15.98%
R=4.10%
G=79.92%
B=15.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10195390.9500.800.24129.4190.2440.2
HexAC3275F05018815a28
Octal123034713701203020113250
Binary10101100001110011110111110101000011000100000011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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