#18A269

Color #18A269 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #18A269

Tints of Jade #18A269

Color information

#18A269 (or 0x18A269) is unknown color: approx Jade. HEX triplet: 18, A2 and 69. RGB value is (24,162,105). Sum of RGB (Red+Green+Blue) = 24+162+105=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 162 (63.67% from 255 or 55.67% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 162 - color contains mainly: green. Hex color #18A269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A269 is #E75D96. Grayscale: #727272. Windows color (decimal): -15162775 or 6922776. OLE color: 6922776.

HSL color Cylindrical-coordinate representation of color #18A269: hue angle of 155.22º 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 #18A269 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB24162105-
CMYK0.8500.350.36
HSL155.22º74.19%36.47%-
HSV(B)155.22º85.19%63.53%-
XYZ15.8527.0517.75-
YUV114.24122.7863.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.25%
GREEN value IS 162 (63.67% from 255) = 55.67%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=8.25%
G=55.67%
B=36.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241621050.8500.350.36155.2274.1936.47
Hex18A26955023249b4a24
Octal302421511250434423311244
Binary1100010100010110100110101010100011100100100110111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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