Html Css Color HEX #1ABC68 Jade

📋 copy color: '#1ABC68'

red 26 ◦ green 188 ◦ blue 104

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

Shades of Jade #1ABC68

Tints of Jade #1ABC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.7%

R = 8.18%
G = 59.12%
B = 32.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#1ABC68 (or 0x1ABC68) is known color: Jade. HEX triplet: 1A, BC and 68. RGB value is (26,188,104). Sum of RGB (Red+Green+Blue) = 26+188+104=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABC68 is #E54397. Grayscale: #828282. Windows color (decimal): -15025048 or 6863898. OLE color: 6863898.

HSL color Cylindrical-coordinate representation of color #1ABC68: hue angle of 148.89º 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 #1ABC68 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 188 104 -
CMYK 0.86 0 0.45 0.26
HSL 148.89º 0.76% 0.42% -
HSV(B) 148.89º 0.86% 0.74% -
XYZ 20.91 37.19 19.17 -
YUV 129.99 113.33 53.83 -
System Red Green Blue C M Y K H S L
Decimal 26 188 104 0.86 0 0.45 0.26 148.89 0.76 0.42
Hex 1A BC 68 56 0 2D 1A 95 4C 2A
Octal 32 274 150 126 0 55 32 225 114 52
Binary 11010 10111100 1101000 1010110 0 101101 11010 10010101 1001100 101010

Color Harmonies of #1ABC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC68

Black with #1ABC68

Text Example


Text Example

White with #1ABC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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