Html Css Color HEX #138C66 Elf Green

📋 copy color: '#138C66'

red 19 ◦ green 140 ◦ blue 102

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

Shades of Elf Green #138C66

Tints of Elf Green #138C66

RGB

 RED value IS 19 (7.81% from 255) = 7.28%

 GREEN value IS 140 (55.08% from 255) = 53.64%

 BLUE value IS 102 (40.23% from 255) = 39.08%

R = 7.28%
G = 53.64%
B = 39.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#138C66 (or 0x138C66) is known color: Elf Green. HEX triplet: 13, 8C and 66. RGB value is (19,140,102). Sum of RGB (Red+Green+Blue) = 19+140+102=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 140 (55.08% from 255 or 53.64% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 140 - color contains mainly: green. Hex color #138C66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138C66 is #EC7399. Grayscale: #636363. Windows color (decimal): -15496090 or 6720531. OLE color: 6720531.

HSL color Cylindrical-coordinate representation of color #138C66: hue angle of 161.16º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138C66 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 140 102 -
CMYK 0.86 0 0.27 0.45
HSL 161.16º 0.76% 0.31% -
HSV(B) 161.16º 0.86% 0.55% -
XYZ 12.04 19.85 15.77 -
YUV 99.49 129.41 70.59 -
System Red Green Blue C M Y K H S L
Decimal 19 140 102 0.86 0 0.27 0.45 161.16 0.76 0.31
Hex 13 8C 66 56 0 1B 2D A1 4C 1F
Octal 23 214 146 126 0 33 55 241 114 37
Binary 10011 10001100 1100110 1010110 0 11011 101101 10100001 1001100 11111

Color Harmonies of #138C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138C66

Black with #138C66

Text Example


Text Example

White with #138C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138C66; }

 p { color: rgb(19,140,102); }

 H1.HeaderClassName
 {
   color: #138C66;
 }
 .AnyTagClassName
 {
   color: #138C66;
 }
</style>

background-color css

<style>
 a { background-color: #138C66; }

 a { background-color: rgb(19,140,102); }

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

border-color css

<style>
 span { border-color: #138C66; }

 span { border-color: rgb(19,140,102); }

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