#0AC720

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

Shades of Dark Pastel Green #0AC720

Tints of Dark Pastel Green #0AC720

Color information

#0AC720 (or 0x0AC720) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, C7 and 20. RGB value is (10,199,32). Sum of RGB (Red+Green+Blue) = 10+199+32=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 199 (78.12% from 255 or 82.57% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC720 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC720 is #F538DF. Grayscale: #7B7B7B. Windows color (decimal): -16070880 or 2148106. OLE color: 2148106.

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

Color convert

RGB1019932-
CMYK0.9500.840.22
HSL126.98º90.43%40.98%-
HSV(B)126.98º94.97%78.04%-
XYZ20.8141.028.19-
YUV123.4576.3847.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.15%
GREEN value IS 199 (78.12% from 255) = 82.57%
BLUE value IS 32 (12.89% from 255) = 13.28%
R=4.15%
G=82.57%
B=13.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10199320.9500.840.22126.9890.4340.98
HexAC7205F054167f5a29
Octal123074013701242617713251
Binary1010110001111000001011111010101001011011111111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,199,32); }

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

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

 a { background-color: rgb(10,199,32); }

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

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

 span { border-color: rgb(10,199,32); }

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