Html Css Color HEX #138F5C Elf Green

📋 copy color: '#138F5C'

red 19 ◦ green 143 ◦ blue 92

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

Shades of Elf Green #138F5C

Tints of Elf Green #138F5C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 56.3%

 BLUE value IS 92 (36.33% from 255) = 36.22%

R = 7.48%
G = 56.3%
B = 36.22%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#138F5C (or 0x138F5C) is known color: Elf Green. HEX triplet: 13, 8F and 5C. RGB value is (19,143,92). Sum of RGB (Red+Green+Blue) = 19+143+92=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 143 (56.25% from 255 or 56.30% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 143 - color contains mainly: green. Hex color #138F5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138F5C is #EC70A3. Grayscale: #646464. Windows color (decimal): -15495332 or 6065939. OLE color: 6065939.

HSL color Cylindrical-coordinate representation of color #138F5C: hue angle of 155.32º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138F5C is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 143 92 -
CMYK 0.87 0 0.36 0.44
HSL 155.32º 0.77% 0.32% -
HSV(B) 155.32º 0.87% 0.56% -
XYZ 12.02 20.56 13.46 -
YUV 100.11 123.42 70.15 -
System Red Green Blue C M Y K H S L
Decimal 19 143 92 0.87 0 0.36 0.44 155.32 0.77 0.32
Hex 13 8F 5C 57 0 24 2C 9B 4D 20
Octal 23 217 134 127 0 44 54 233 115 40
Binary 10011 10001111 1011100 1010111 0 100100 101100 10011011 1001101 100000

Color Harmonies of #138F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138F5C

Black with #138F5C

Text Example


Text Example

White with #138F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,143,92); }

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

background-color css

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

 a { background-color: rgb(19,143,92); }

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

border-color css

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

 span { border-color: rgb(19,143,92); }

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