Html Css Color HEX #1CA61A Forest Green

📋 copy color: '#1CA61A'

red 28 ◦ green 166 ◦ blue 26

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

Shades of Forest Green #1CA61A

Tints of Forest Green #1CA61A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 75.45%

 BLUE value IS 26 (10.55% from 255) = 11.82%

R = 12.73%
G = 75.45%
B = 11.82%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#1CA61A (or 0x1CA61A) is known color: Forest Green. HEX triplet: 1C, A6 and 1A. RGB value is (28,166,26). Sum of RGB (Red+Green+Blue) = 28+166+26=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 166 (65.23% from 255 or 75.45% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 166 - color contains mainly: green. Hex color #1CA61A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA61A is #E359E5. Grayscale: #6D6D6D. Windows color (decimal): -14899686 or 1746460. OLE color: 1746460.

HSL color Cylindrical-coordinate representation of color #1CA61A: hue angle of 119.14º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CA61A is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 28 166 26 -
CMYK 0.83 0 0.84 0.35
HSL 119.14º 0.73% 0.38% -
HSV(B) 119.14º 0.84% 0.65% -
XYZ 14.3 27.59 5.55 -
YUV 108.78 81.28 70.38 -
System Red Green Blue C M Y K H S L
Decimal 28 166 26 0.83 0 0.84 0.35 119.14 0.73 0.38
Hex 1C A6 1A 53 0 54 23 77 49 26
Octal 34 246 32 123 0 124 43 167 111 46
Binary 11100 10100110 11010 1010011 0 1010100 100011 1110111 1001001 100110

Color Harmonies of #1CA61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA61A

Black with #1CA61A

Text Example


Text Example

White with #1CA61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,166,26); }

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

background-color css

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

 a { background-color: rgb(28,166,26); }

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

border-color css

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

 span { border-color: rgb(28,166,26); }

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