Html Css Color HEX #14833C Dark Spring Green

📋 copy color: '#14833C'

red 20 ◦ green 131 ◦ blue 60

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

Shades of Dark Spring Green #14833C

Tints of Dark Spring Green #14833C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 62.09%

 BLUE value IS 60 (23.83% from 255) = 28.44%

R = 9.48%
G = 62.09%
B = 28.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#14833C (or 0x14833C) is known color: Dark Spring Green. HEX triplet: 14, 83 and 3C. RGB value is (20,131,60). Sum of RGB (Red+Green+Blue) = 20+131+60=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 131 (51.56% from 255 or 62.09% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 131 - color contains mainly: green. Hex color #14833C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14833C is #EB7CC3. Grayscale: #595959. Windows color (decimal): -15432900 or 3965716. OLE color: 3965716.

HSL color Cylindrical-coordinate representation of color #14833C: hue angle of 141.62º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14833C is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 131 60 -
CMYK 0.85 0 0.54 0.49
HSL 141.62º 0.74% 0.3% -
HSV(B) 141.62º 0.85% 0.51% -
XYZ 9.22 16.71 7.01 -
YUV 89.72 111.23 78.27 -
System Red Green Blue C M Y K H S L
Decimal 20 131 60 0.85 0 0.54 0.49 141.62 0.74 0.3
Hex 14 83 3C 55 0 36 31 8E 4A 1E
Octal 24 203 74 125 0 66 61 216 112 36
Binary 10100 10000011 111100 1010101 0 110110 110001 10001110 1001010 11110

Color Harmonies of #14833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14833C

Black with #14833C

Text Example


Text Example

White with #14833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14833C; }

 p { color: rgb(20,131,60); }

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

background-color css

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

 a { background-color: rgb(20,131,60); }

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

border-color css

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

 span { border-color: rgb(20,131,60); }

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