Html Css Color HEX #1CAD14 Forest Green

📋 copy color: '#1CAD14'

red 28 ◦ green 173 ◦ blue 20

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

Shades of Forest Green #1CAD14

Tints of Forest Green #1CAD14

RGB

 RED value IS 28 (11.33% from 255) = 12.67%

 GREEN value IS 173 (67.97% from 255) = 78.28%

 BLUE value IS 20 (8.2% from 255) = 9.05%

R = 12.67%
G = 78.28%
B = 9.05%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#1CAD14 (or 0x1CAD14) is known color: Forest Green. HEX triplet: 1C, AD and 14. RGB value is (28,173,20). Sum of RGB (Red+Green+Blue) = 28+173+20=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 173 (67.97% from 255 or 78.28% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAD14 is #E352EB. Grayscale: #707070. Windows color (decimal): -14897900 or 1355036. OLE color: 1355036.

HSL color Cylindrical-coordinate representation of color #1CAD14: hue angle of 116.86º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CAD14 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 173 20 -
CMYK 0.84 0 0.88 0.32
HSL 116.86º 0.79% 0.38% -
HSV(B) 116.86º 0.88% 0.68% -
XYZ 15.55 30.18 5.67 -
YUV 112.2 75.96 67.94 -
System Red Green Blue C M Y K H S L
Decimal 28 173 20 0.84 0 0.88 0.32 116.86 0.79 0.38
Hex 1C AD 14 54 0 58 20 75 4F 26
Octal 34 255 24 124 0 130 40 165 117 46
Binary 11100 10101101 10100 1010100 0 1011000 100000 1110101 1001111 100110

Color Harmonies of #1CAD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAD14

Black with #1CAD14

Text Example


Text Example

White with #1CAD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CAD14; }

 p { color: rgb(28,173,20); }

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

background-color css

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

 a { background-color: rgb(28,173,20); }

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

border-color css

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

 span { border-color: rgb(28,173,20); }

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