Html Css Color HEX #14A130 Forest Green

📋 copy color: '#14A130'

red 20 ◦ green 161 ◦ blue 48

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

Shades of Forest Green #14A130

Tints of Forest Green #14A130

RGB

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

 GREEN value IS 161 (63.28% from 255) = 70.31%

 BLUE value IS 48 (19.14% from 255) = 20.96%

R = 8.73%
G = 70.31%
B = 20.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#14A130 (or 0x14A130) is known color: Forest Green. HEX triplet: 14, A1 and 30. RGB value is (20,161,48). Sum of RGB (Red+Green+Blue) = 20+161+48=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 161 (63.28% from 255 or 70.31% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 161 - color contains mainly: green. Hex color #14A130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A130 is #EB5ECF. Grayscale: #6A6A6A. Windows color (decimal): -15425232 or 3186964. OLE color: 3186964.

HSL color Cylindrical-coordinate representation of color #14A130: hue angle of 131.91º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A130 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 20 161 48 -
CMYK 0.88 0 0.70 0.37
HSL 131.91º 0.78% 0.35% -
HSV(B) 131.91º 0.88% 0.63% -
XYZ 13.57 25.85 7.07 -
YUV 105.96 95.29 66.69 -
System Red Green Blue C M Y K H S L
Decimal 20 161 48 0.88 0 0.70 0.37 131.91 0.78 0.35
Hex 14 A1 30 58 0 46 25 84 4E 23
Octal 24 241 60 130 0 106 45 204 116 43
Binary 10100 10100001 110000 1011000 0 1000110 100101 10000100 1001110 100011

Color Harmonies of #14A130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A130

Black with #14A130

Text Example


Text Example

White with #14A130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14A130; }

 p { color: rgb(20,161,48); }

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

background-color css

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

 a { background-color: rgb(20,161,48); }

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

border-color css

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

 span { border-color: rgb(20,161,48); }

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