#0AC91D

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

Shades of Dark Pastel Green #0AC91D

Tints of Dark Pastel Green #0AC91D

Color information

#0AC91D (or 0x0AC91D) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, C9 and 1D. RGB value is (10,201,29). Sum of RGB (Red+Green+Blue) = 10+201+29=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 201 (78.91% from 255 or 83.75% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC91D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC91D is #F536E2. Grayscale: #7C7C7C. Windows color (decimal): -16070371 or 1952010. OLE color: 1952010.

HSL color Cylindrical-coordinate representation of color #0AC91D: hue angle of 125.97º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC91D is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB1020129-
CMYK0.9500.860.21
HSL125.97º90.52%41.37%-
HSV(B)125.97º95.02%78.82%-
XYZ21.2341.938.14-
YUV124.2874.2246.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.17%
GREEN value IS 201 (78.91% from 255) = 83.75%
BLUE value IS 29 (11.72% from 255) = 12.08%
R=4.17%
G=83.75%
B=12.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10201290.9500.860.21125.9790.5241.37
HexAC91D5F056157e5b29
Octal123113513701262517613351
Binary101011001001111011011111010101101010111111101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC91D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,201,29); }

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

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

 a { background-color: rgb(10,201,29); }

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

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

 span { border-color: rgb(10,201,29); }

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