Html Css Color HEX #1AB866 Jade

📋 copy color: '#1AB866'

red 26 ◦ green 184 ◦ blue 102

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

Shades of Jade #1AB866

Tints of Jade #1AB866

RGB

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

 GREEN value IS 184 (72.27% from 255) = 58.97%

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

R = 8.33%
G = 58.97%
B = 32.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#1AB866 (or 0x1AB866) is known color: Jade. HEX triplet: 1A, B8 and 66. RGB value is (26,184,102). Sum of RGB (Red+Green+Blue) = 26+184+102=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 184 (72.27% from 255 or 58.97% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 184 - color contains mainly: green. Hex color #1AB866 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB866 is #E54799. Grayscale: #7F7F7F. Windows color (decimal): -15026074 or 6731802. OLE color: 6731802.

HSL color Cylindrical-coordinate representation of color #1AB866: hue angle of 148.86º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB866 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 26 184 102 -
CMYK 0.86 0 0.45 0.28
HSL 148.86º 0.75% 0.41% -
HSV(B) 148.86º 0.86% 0.72% -
XYZ 19.96 35.46 18.36 -
YUV 127.41 113.65 55.67 -
System Red Green Blue C M Y K H S L
Decimal 26 184 102 0.86 0 0.45 0.28 148.86 0.75 0.41
Hex 1A B8 66 56 0 2D 1C 95 4B 29
Octal 32 270 146 126 0 55 34 225 113 51
Binary 11010 10111000 1100110 1010110 0 101101 11100 10010101 1001011 101001

Color Harmonies of #1AB866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB866

Black with #1AB866

Text Example


Text Example

White with #1AB866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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