Html Css Color HEX #1ABC66 Jade

📋 copy color: '#1ABC66'

red 26 ◦ green 188 ◦ blue 102

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

Shades of Jade #1ABC66

Tints of Jade #1ABC66

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.49%

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

R = 8.23%
G = 59.49%
B = 32.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#1ABC66 (or 0x1ABC66) is known color: Jade. HEX triplet: 1A, BC and 66. RGB value is (26,188,102). Sum of RGB (Red+Green+Blue) = 26+188+102=316 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.23% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABC66 is #E54399. Grayscale: #818181. Windows color (decimal): -15025050 or 6732826. OLE color: 6732826.

HSL color Cylindrical-coordinate representation of color #1ABC66: hue angle of 148.15º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABC66 is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 188 102 -
CMYK 0.86 0 0.46 0.26
HSL 148.15º 0.76% 0.42% -
HSV(B) 148.15º 0.86% 0.74% -
XYZ 20.81 37.15 18.64 -
YUV 129.76 112.33 53.99 -
System Red Green Blue C M Y K H S L
Decimal 26 188 102 0.86 0 0.46 0.26 148.15 0.76 0.42
Hex 1A BC 66 56 0 2E 1A 94 4C 2A
Octal 32 274 146 126 0 56 32 224 114 52
Binary 11010 10111100 1100110 1010110 0 101110 11010 10010100 1001100 101010

Color Harmonies of #1ABC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC66

Black with #1ABC66

Text Example


Text Example

White with #1ABC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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