Html Css Color HEX #156D1A San Felix

📋 copy color: '#156D1A'

red 21 ◦ green 109 ◦ blue 26

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

Shades of San Felix #156D1A

Tints of San Felix #156D1A

RGB

 RED value IS 21 (8.59% from 255) = 13.46%

 GREEN value IS 109 (42.97% from 255) = 69.87%

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

R = 13.46%
G = 69.87%
B = 16.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#156D1A (or 0x156D1A) is known color: San Felix. HEX triplet: 15, 6D and 1A. RGB value is (21,109,26). Sum of RGB (Red+Green+Blue) = 21+109+26=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 109 (42.97% from 255 or 69.87% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 109 - color contains mainly: green. Hex color #156D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156D1A is #EA92E5. Grayscale: #494949. Windows color (decimal): -15373030 or 1731861. OLE color: 1731861.

HSL color Cylindrical-coordinate representation of color #156D1A: hue angle of 123.41º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156D1A is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB 21 109 26 -
CMYK 0.81 0 0.76 0.57
HSL 123.41º 0.68% 0.25% -
HSV(B) 123.41º 0.81% 0.43% -
XYZ 5.96 11.17 2.82 -
YUV 73.23 101.35 90.75 -
System Red Green Blue C M Y K H S L
Decimal 21 109 26 0.81 0 0.76 0.57 123.41 0.68 0.25
Hex 15 6D 1A 51 0 4C 39 7B 44 19
Octal 25 155 32 121 0 114 71 173 104 31
Binary 10101 1101101 11010 1010001 0 1001100 111001 1111011 1000100 11001

Color Harmonies of #156D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156D1A

Black with #156D1A

Text Example


Text Example

White with #156D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156D1A; }

 p { color: rgb(21,109,26); }

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

background-color css

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

 a { background-color: rgb(21,109,26); }

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

border-color css

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

 span { border-color: rgb(21,109,26); }

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