Html Css Color HEX #138C69 Elf Green

📋 copy color: '#138C69'

red 19 ◦ green 140 ◦ blue 105

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

Shades of Elf Green #138C69

Tints of Elf Green #138C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.77%

R = 7.2%
G = 53.03%
B = 39.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#138C69 (or 0x138C69) is known color: Elf Green. HEX triplet: 13, 8C and 69. RGB value is (19,140,105). Sum of RGB (Red+Green+Blue) = 19+140+105=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 140 (55.08% from 255 or 53.03% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 140 - color contains mainly: green. Hex color #138C69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138C69 is #EC7396. Grayscale: #636363. Windows color (decimal): -15496087 or 6917139. OLE color: 6917139.

HSL color Cylindrical-coordinate representation of color #138C69: hue angle of 162.64º 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 #138C69 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 140 105 -
CMYK 0.86 0 0.25 0.45
HSL 162.64º 0.76% 0.31% -
HSV(B) 162.64º 0.86% 0.55% -
XYZ 12.2 19.91 16.57 -
YUV 99.83 130.91 70.35 -
System Red Green Blue C M Y K H S L
Decimal 19 140 105 0.86 0 0.25 0.45 162.64 0.76 0.31
Hex 13 8C 69 56 0 19 2D A3 4C 1F
Octal 23 214 151 126 0 31 55 243 114 37
Binary 10011 10001100 1101001 1010110 0 11001 101101 10100011 1001100 11111

Color Harmonies of #138C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138C69

Black with #138C69

Text Example


Text Example

White with #138C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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