Html Css Color HEX #1A856B Elf Green

📋 copy color: '#1A856B'

red 26 ◦ green 133 ◦ blue 107

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

Shades of Elf Green #1A856B

Tints of Elf Green #1A856B

RGB

 RED value IS 26 (10.55% from 255) = 9.77%

 GREEN value IS 133 (52.34% from 255) = 50%

 BLUE value IS 107 (42.19% from 255) = 40.23%

R = 9.77%
G = 50%
B = 40.23%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#1A856B (or 0x1A856B) is known color: Elf Green. HEX triplet: 1A, 85 and 6B. RGB value is (26,133,107). Sum of RGB (Red+Green+Blue) = 26+133+107=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #1A856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A856B is #E57A94. Grayscale: #626262. Windows color (decimal): -15039125 or 7046426. OLE color: 7046426.

HSL color Cylindrical-coordinate representation of color #1A856B: hue angle of 165.42º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A856B is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 26 133 107 -
CMYK 0.80 0 0.20 0.48
HSL 165.42º 0.67% 0.31% -
HSV(B) 165.42º 0.8% 0.52% -
XYZ 11.47 18.06 16.79 -
YUV 98.04 133.05 76.61 -
System Red Green Blue C M Y K H S L
Decimal 26 133 107 0.80 0 0.20 0.48 165.42 0.67 0.31
Hex 1A 85 6B 50 0 14 30 A5 43 1F
Octal 32 205 153 120 0 24 60 245 103 37
Binary 11010 10000101 1101011 1010000 0 10100 110000 10100101 1000011 11111

Color Harmonies of #1A856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A856B

Black with #1A856B

Text Example


Text Example

White with #1A856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,133,107); }

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

background-color css

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

 a { background-color: rgb(26,133,107); }

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

border-color css

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

 span { border-color: rgb(26,133,107); }

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