Html Css Color HEX #1AB466 Jade

📋 copy color: '#1AB466'

red 26 ◦ green 180 ◦ blue 102

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

Shades of Jade #1AB466

Tints of Jade #1AB466

RGB

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

 GREEN value IS 180 (70.7% from 255) = 58.44%

 BLUE value IS 102 (40.23% from 255) = 33.12%

R = 8.44%
G = 58.44%
B = 33.12%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#1AB466 (or 0x1AB466) is known color: Jade. HEX triplet: 1A, B4 and 66. RGB value is (26,180,102). Sum of RGB (Red+Green+Blue) = 26+180+102=308 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.44% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB466 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB466 is #E54B99. Grayscale: #7D7D7D. Windows color (decimal): -15027098 or 6730778. OLE color: 6730778.

HSL color Cylindrical-coordinate representation of color #1AB466: hue angle of 149.61º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB466 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 26 180 102 -
CMYK 0.86 0 0.43 0.29
HSL 149.61º 0.75% 0.4% -
HSV(B) 149.61º 0.86% 0.71% -
XYZ 19.15 33.82 18.09 -
YUV 125.06 114.98 57.34 -
System Red Green Blue C M Y K H S L
Decimal 26 180 102 0.86 0 0.43 0.29 149.61 0.75 0.4
Hex 1A B4 66 56 0 2B 1D 96 4B 28
Octal 32 264 146 126 0 53 35 226 113 50
Binary 11010 10110100 1100110 1010110 0 101011 11101 10010110 1001011 101000

Color Harmonies of #1AB466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB466

Black with #1AB466

Text Example


Text Example

White with #1AB466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,180,102); }

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

background-color css

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

 a { background-color: rgb(26,180,102); }

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

border-color css

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

 span { border-color: rgb(26,180,102); }

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