#18A23A

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

Shades of Dark Pastel Green #18A23A

Tints of Dark Pastel Green #18A23A

Color information

#18A23A (or 0x18A23A) is unknown color: approx Dark Pastel Green. HEX triplet: 18, A2 and 3A. RGB value is (24,162,58). Sum of RGB (Red+Green+Blue) = 24+162+58=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 162 (63.67% from 255 or 66.39% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 162 - color contains mainly: green. Hex color #18A23A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A23A is #E75DC5. Grayscale: #6D6D6D. Windows color (decimal): -15162822 or 3842584. OLE color: 3842584.

HSL color Cylindrical-coordinate representation of color #18A23A: hue angle of 134.78º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A23A is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB2416258-
CMYK0.8500.640.36
HSL134.78º74.19%36.47%-
HSV(B)134.78º85.19%63.53%-
XYZ14.0626.348.35-
YUV108.8899.2867.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.84%
GREEN value IS 162 (63.67% from 255) = 66.39%
BLUE value IS 58 (23.05% from 255) = 23.77%
R=9.84%
G=66.39%
B=23.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24162580.8500.640.36134.7874.1936.47
Hex18A23A5504024874a24
Octal302427212501004420711244
Binary1100010100010111010101010101000000100100100001111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18A23A; }

 p { color: rgb(24,162,58); }

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

<style>
 a { background-color: #18A23A; }

 a { background-color: rgb(24,162,58); }

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

<style>
 span { border-color: #18A23A; }

 span { border-color: rgb(24,162,58); }

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