Html Css Color HEX #129868 Elf Green

📋 copy color: '#129868'

red 18 ◦ green 152 ◦ blue 104

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

Shades of Elf Green #129868

Tints of Elf Green #129868

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.47%

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 6.57%
G = 55.47%
B = 37.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#129868 (or 0x129868) is known color: Elf Green. HEX triplet: 12, 98 and 68. RGB value is (18,152,104). Sum of RGB (Red+Green+Blue) = 18+152+104=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #129868 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129868 is #ED6797. Grayscale: #6A6A6A. Windows color (decimal): -15558552 or 6854674. OLE color: 6854674.

HSL color Cylindrical-coordinate representation of color #129868: hue angle of 158.51º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129868 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 152 104 -
CMYK 0.88 0 0.32 0.40
HSL 158.51º 0.79% 0.33% -
HSV(B) 158.51º 0.88% 0.6% -
XYZ 13.98 23.58 16.91 -
YUV 106.46 126.61 64.9 -
System Red Green Blue C M Y K H S L
Decimal 18 152 104 0.88 0 0.32 0.40 158.51 0.79 0.33
Hex 12 98 68 58 0 20 28 9F 4F 21
Octal 22 230 150 130 0 40 50 237 117 41
Binary 10010 10011000 1101000 1011000 0 100000 101000 10011111 1001111 100001

Color Harmonies of #129868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129868

Black with #129868

Text Example


Text Example

White with #129868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129868; }

 p { color: rgb(18,152,104); }

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

background-color css

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

 a { background-color: rgb(18,152,104); }

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

border-color css

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

 span { border-color: rgb(18,152,104); }

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