Html Css Color HEX #128474 Elf Green

📋 copy color: '#128474'

red 18 ◦ green 132 ◦ blue 116

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

Shades of Elf Green #128474

Tints of Elf Green #128474

RGB

 RED value IS 18 (7.42% from 255) = 6.77%

 GREEN value IS 132 (51.95% from 255) = 49.62%

 BLUE value IS 116 (45.7% from 255) = 43.61%

R = 6.77%
G = 49.62%
B = 43.61%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#128474 (or 0x128474) is known color: Elf Green. HEX triplet: 12, 84 and 74. RGB value is (18,132,116). Sum of RGB (Red+Green+Blue) = 18+132+116=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #128474 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128474 is #ED7B8B. Grayscale: #606060. Windows color (decimal): -15563660 or 7635986. OLE color: 7635986.

HSL color Cylindrical-coordinate representation of color #128474: hue angle of 171.58º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128474 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 116 -
CMYK 0.86 0 0.12 0.48
HSL 171.58º 0.76% 0.29% -
HSV(B) 171.58º 0.86% 0.52% -
XYZ 11.65 17.89 19.36 -
YUV 96.09 139.23 72.3 -
System Red Green Blue C M Y K H S L
Decimal 18 132 116 0.86 0 0.12 0.48 171.58 0.76 0.29
Hex 12 84 74 56 0 C 30 AC 4C 1D
Octal 22 204 164 126 0 14 60 254 114 35
Binary 10010 10000100 1110100 1010110 0 1100 110000 10101100 1001100 11101

Color Harmonies of #128474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128474

Black with #128474

Text Example


Text Example

White with #128474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128474; }

 p { color: rgb(18,132,116); }

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

background-color css

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

 a { background-color: rgb(18,132,116); }

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

border-color css

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

 span { border-color: rgb(18,132,116); }

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