#0AC817

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

Shades of Dark Pastel Green #0AC817

Tints of Dark Pastel Green #0AC817

Color information

#0AC817 (or 0x0AC817) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, C8 and 17. RGB value is (10,200,23). Sum of RGB (Red+Green+Blue) = 10+200+23=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 200 (78.52% from 255 or 85.84% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC817 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC817 is #F537E8. Grayscale: #7B7B7B. Windows color (decimal): -16070633 or 1558538. OLE color: 1558538.

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

Color convert

RGB1020023-
CMYK0.9500.880.22
HSL124.11º90.48%41.18%-
HSV(B)124.11º95%78.43%-
XYZ20.9341.437.71-
YUV123.0171.5547.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.29%
GREEN value IS 200 (78.52% from 255) = 85.84%
BLUE value IS 23 (9.38% from 255) = 9.87%
R=4.29%
G=85.84%
B=9.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10200230.9500.880.22124.1190.4841.18
HexAC8175F058167c5a29
Octal123102713701302617413251
Binary101011001000101111011111010110001011011111001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,200,23); }

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

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

 a { background-color: rgb(10,200,23); }

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

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

 span { border-color: rgb(10,200,23); }

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