Html Css Color HEX #128963 Elf Green

📋 copy color: '#128963'

red 18 ◦ green 137 ◦ blue 99

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

Shades of Elf Green #128963

Tints of Elf Green #128963

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.94%

 BLUE value IS 99 (39.06% from 255) = 38.98%

R = 7.09%
G = 53.94%
B = 38.98%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#128963 (or 0x128963) is known color: Elf Green. HEX triplet: 12, 89 and 63. RGB value is (18,137,99). Sum of RGB (Red+Green+Blue) = 18+137+99=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #128963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128963 is #ED769C. Grayscale: #616161. Windows color (decimal): -15562397 or 6523154. OLE color: 6523154.

HSL color Cylindrical-coordinate representation of color #128963: hue angle of 160.84º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128963 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 137 99 -
CMYK 0.87 0 0.28 0.46
HSL 160.84º 0.77% 0.3% -
HSV(B) 160.84º 0.87% 0.54% -
XYZ 11.45 18.92 14.85 -
YUV 97.09 129.08 71.59 -
System Red Green Blue C M Y K H S L
Decimal 18 137 99 0.87 0 0.28 0.46 160.84 0.77 0.3
Hex 12 89 63 57 0 1C 2E A1 4D 1E
Octal 22 211 143 127 0 34 56 241 115 36
Binary 10010 10001001 1100011 1010111 0 11100 101110 10100001 1001101 11110

Color Harmonies of #128963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128963

Black with #128963

Text Example


Text Example

White with #128963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128963; }

 p { color: rgb(18,137,99); }

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

background-color css

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

 a { background-color: rgb(18,137,99); }

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

border-color css

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

 span { border-color: rgb(18,137,99); }

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