Html Css Color HEX #18896B Elf Green

📋 copy color: '#18896B'

red 24 ◦ green 137 ◦ blue 107

#18896B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #18896B

Tints of Elf Green #18896B

RGB

 RED value IS 24 (9.77% from 255) = 8.96%

 GREEN value IS 137 (53.91% from 255) = 51.12%

 BLUE value IS 107 (42.19% from 255) = 39.93%

R = 8.96%
G = 51.12%
B = 39.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#18896B (or 0x18896B) is known color: Elf Green. HEX triplet: 18, 89 and 6B. RGB value is (24,137,107). Sum of RGB (Red+Green+Blue) = 24+137+107=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #18896B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18896B is #E77694. Grayscale: #636363. Windows color (decimal): -15169173 or 7047448. OLE color: 7047448.

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

Color convert

RGB 24 137 107 -
CMYK 0.82 0 0.22 0.46
HSL 164.07º 0.7% 0.32% -
HSV(B) 164.07º 0.82% 0.54% -
XYZ 11.98 19.15 16.97 -
YUV 99.79 132.06 73.94 -
System Red Green Blue C M Y K H S L
Decimal 24 137 107 0.82 0 0.22 0.46 164.07 0.7 0.32
Hex 18 89 6B 52 0 16 2E A4 46 20
Octal 30 211 153 122 0 26 56 244 106 40
Binary 11000 10001001 1101011 1010010 0 10110 101110 10100100 1000110 100000

Color Harmonies of #18896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18896B

Black with #18896B

Text Example


Text Example

White with #18896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18896B; }

 p { color: rgb(24,137,107); }

 H1.HeaderClassName
 {
   color: #18896B;
 }
 .AnyTagClassName
 {
   color: #18896B;
 }
</style>

background-color css

<style>
 a { background-color: #18896B; }

 a { background-color: rgb(24,137,107); }

 div.DivClassName
 {
   background-color: #18896B;
 }
 .BgClassName
 {
   background-color: #18896B;
 }
</style>

border-color css

<style>
 span { border-color: #18896B; }

 span { border-color: rgb(24,137,107); }

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