Html Css Color HEX #148539 Dark Spring Green

📋 copy color: '#148539'

red 20 ◦ green 133 ◦ blue 57

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

Shades of Dark Spring Green #148539

Tints of Dark Spring Green #148539

RGB

 RED value IS 20 (8.2% from 255) = 9.52%

 GREEN value IS 133 (52.34% from 255) = 63.33%

 BLUE value IS 57 (22.66% from 255) = 27.14%

R = 9.52%
G = 63.33%
B = 27.14%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#148539 (or 0x148539) is known color: Dark Spring Green. HEX triplet: 14, 85 and 39. RGB value is (20,133,57). Sum of RGB (Red+Green+Blue) = 20+133+57=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 133 (52.34% from 255 or 63.33% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 133 - color contains mainly: green. Hex color #148539 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148539 is #EB7AC6. Grayscale: #5A5A5A. Windows color (decimal): -15432391 or 3769620. OLE color: 3769620.

HSL color Cylindrical-coordinate representation of color #148539: hue angle of 139.65º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148539 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 133 57 -
CMYK 0.85 0 0.57 0.48
HSL 139.65º 0.74% 0.3% -
HSV(B) 139.65º 0.85% 0.52% -
XYZ 9.41 17.22 6.7 -
YUV 90.55 109.06 77.68 -
System Red Green Blue C M Y K H S L
Decimal 20 133 57 0.85 0 0.57 0.48 139.65 0.74 0.3
Hex 14 85 39 55 0 39 30 8C 4A 1E
Octal 24 205 71 125 0 71 60 214 112 36
Binary 10100 10000101 111001 1010101 0 111001 110000 10001100 1001010 11110

Color Harmonies of #148539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148539

Black with #148539

Text Example


Text Example

White with #148539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148539; }

 p { color: rgb(20,133,57); }

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

background-color css

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

 a { background-color: rgb(20,133,57); }

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

border-color css

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

 span { border-color: rgb(20,133,57); }

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