Html Css Color HEX #127143 Dark Spring Green

📋 copy color: '#127143'

red 18 ◦ green 113 ◦ blue 67

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

Shades of Dark Spring Green #127143

Tints of Dark Spring Green #127143

RGB

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

 GREEN value IS 113 (44.53% from 255) = 57.07%

 BLUE value IS 67 (26.56% from 255) = 33.84%

R = 9.09%
G = 57.07%
B = 33.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#127143 (or 0x127143) is known color: Dark Spring Green. HEX triplet: 12, 71 and 43. RGB value is (18,113,67). Sum of RGB (Red+Green+Blue) = 18+113+67=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #127143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127143 is #ED8EBC. Grayscale: #4F4F4F. Windows color (decimal): -15568573 or 4419858. OLE color: 4419858.

HSL color Cylindrical-coordinate representation of color #127143: hue angle of 150.95º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127143 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 113 67 -
CMYK 0.84 0 0.41 0.56
HSL 150.95º 0.73% 0.26% -
HSV(B) 150.95º 0.84% 0.44% -
XYZ 7.17 12.34 7.32 -
YUV 79.35 121.03 84.24 -
System Red Green Blue C M Y K H S L
Decimal 18 113 67 0.84 0 0.41 0.56 150.95 0.73 0.26
Hex 12 71 43 54 0 29 38 97 49 1A
Octal 22 161 103 124 0 51 70 227 111 32
Binary 10010 1110001 1000011 1010100 0 101001 111000 10010111 1001001 11010

Color Harmonies of #127143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127143

Black with #127143

Text Example


Text Example

White with #127143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127143; }

 p { color: rgb(18,113,67); }

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

background-color css

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

 a { background-color: rgb(18,113,67); }

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

border-color css

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

 span { border-color: rgb(18,113,67); }

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