Html Css Color HEX #18907D Elf Green

📋 copy color: '#18907D'

red 24 ◦ green 144 ◦ blue 125

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

Shades of Elf Green #18907D

Tints of Elf Green #18907D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.15%

 BLUE value IS 125 (49.22% from 255) = 42.66%

R = 8.19%
G = 49.15%
B = 42.66%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#18907D (or 0x18907D) is known color: Elf Green. HEX triplet: 18, 90 and 7D. RGB value is (24,144,125). Sum of RGB (Red+Green+Blue) = 24+144+125=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #18907D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18907D is #E76F82. Grayscale: #696969. Windows color (decimal): -15167363 or 8228888. OLE color: 8228888.

HSL color Cylindrical-coordinate representation of color #18907D: hue angle of 170.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18907D is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 144 125 -
CMYK 0.83 0 0.13 0.44
HSL 170.5º 0.71% 0.33% -
HSV(B) 170.5º 0.83% 0.56% -
XYZ 14.05 21.62 22.83 -
YUV 105.95 138.74 69.54 -
System Red Green Blue C M Y K H S L
Decimal 24 144 125 0.83 0 0.13 0.44 170.5 0.71 0.33
Hex 18 90 7D 53 0 D 2C AA 47 21
Octal 30 220 175 123 0 15 54 252 107 41
Binary 11000 10010000 1111101 1010011 0 1101 101100 10101010 1000111 100001

Color Harmonies of #18907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18907D

Black with #18907D

Text Example


Text Example

White with #18907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18907D; }

 p { color: rgb(24,144,125); }

 H1.HeaderClassName
 {
   color: #18907D;
 }
 .AnyTagClassName
 {
   color: #18907D;
 }
</style>

background-color css

<style>
 a { background-color: #18907D; }

 a { background-color: rgb(24,144,125); }

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

border-color css

<style>
 span { border-color: #18907D; }

 span { border-color: rgb(24,144,125); }

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