Html Css Color HEX #127846 Dark Spring Green

📋 copy color: '#127846'

red 18 ◦ green 120 ◦ blue 70

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

Shades of Dark Spring Green #127846

Tints of Dark Spring Green #127846

RGB

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

 GREEN value IS 120 (47.27% from 255) = 57.69%

 BLUE value IS 70 (27.73% from 255) = 33.65%

R = 8.65%
G = 57.69%
B = 33.65%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#127846 (or 0x127846) is known color: Dark Spring Green. HEX triplet: 12, 78 and 46. RGB value is (18,120,70). Sum of RGB (Red+Green+Blue) = 18+120+70=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 120 (47.27% from 255 or 57.69% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 120 - color contains mainly: green. Hex color #127846 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127846 is #ED87B9. Grayscale: #535353. Windows color (decimal): -15566778 or 4618258. OLE color: 4618258.

HSL color Cylindrical-coordinate representation of color #127846: hue angle of 150.59º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127846 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 120 70 -
CMYK 0.85 0 0.42 0.53
HSL 150.59º 0.74% 0.27% -
HSV(B) 150.59º 0.85% 0.47% -
XYZ 8.07 14 8.07 -
YUV 83.8 120.21 81.07 -
System Red Green Blue C M Y K H S L
Decimal 18 120 70 0.85 0 0.42 0.53 150.59 0.74 0.27
Hex 12 78 46 55 0 2A 35 97 4A 1B
Octal 22 170 106 125 0 52 65 227 112 33
Binary 10010 1111000 1000110 1010101 0 101010 110101 10010111 1001010 11011

Color Harmonies of #127846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127846

Black with #127846

Text Example


Text Example

White with #127846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127846; }

 p { color: rgb(18,120,70); }

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

background-color css

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

 a { background-color: rgb(18,120,70); }

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

border-color css

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

 span { border-color: rgb(18,120,70); }

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