#188A5C

Color #188A5C Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #188A5C

Tints of Elf Green #188A5C

Color information

#188A5C (or 0x188A5C) is unknown color: approx Elf Green. HEX triplet: 18, 8A and 5C. RGB value is (24,138,92). Sum of RGB (Red+Green+Blue) = 24+138+92=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 138 (54.30% from 255 or 54.33% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 138 - color contains mainly: green. Hex color #188A5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188A5C is #E775A3. Grayscale: #626262. Windows color (decimal): -15168932 or 6064664. OLE color: 6064664.

HSL color Cylindrical-coordinate representation of color #188A5C: hue angle of 155.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188A5C is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB2413892-
CMYK0.8300.330.46
HSL155.79º70.37%31.76%-
HSV(B)155.79º82.61%54.12%-
XYZ11.419.1413.22-
YUV98.67124.2374.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.45%
GREEN value IS 138 (54.30% from 255) = 54.33%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=9.45%
G=54.33%
B=36.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24138920.8300.330.46155.7970.3731.76
Hex188A5C530212E9c4620
Octal302121341230415623410640
Binary1100010001010101110010100110100001101110100111001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188A5C; }

 p { color: rgb(24,138,92); }

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

<style>
 a { background-color: #188A5C; }

 a { background-color: rgb(24,138,92); }

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

<style>
 span { border-color: #188A5C; }

 span { border-color: rgb(24,138,92); }

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