Html Css Color HEX #1ABA68 Jade

📋 copy color: '#1ABA68'

red 26 ◦ green 186 ◦ blue 104

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

Shades of Jade #1ABA68

Tints of Jade #1ABA68

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.86%

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

R = 8.23%
G = 58.86%
B = 32.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#1ABA68 (or 0x1ABA68) is known color: Jade. HEX triplet: 1A, BA and 68. RGB value is (26,186,104). Sum of RGB (Red+Green+Blue) = 26+186+104=316 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.23% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABA68 is #E54597. Grayscale: #808080. Windows color (decimal): -15025560 or 6863386. OLE color: 6863386.

HSL color Cylindrical-coordinate representation of color #1ABA68: hue angle of 149.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABA68 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 186 104 -
CMYK 0.86 0 0.44 0.27
HSL 149.25º 0.75% 0.42% -
HSV(B) 149.25º 0.86% 0.73% -
XYZ 20.48 36.34 19.03 -
YUV 128.81 113.99 54.67 -
System Red Green Blue C M Y K H S L
Decimal 26 186 104 0.86 0 0.44 0.27 149.25 0.75 0.42
Hex 1A BA 68 56 0 2C 1B 95 4B 2A
Octal 32 272 150 126 0 54 33 225 113 52
Binary 11010 10111010 1101000 1010110 0 101100 11011 10010101 1001011 101010

Color Harmonies of #1ABA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABA68

Black with #1ABA68

Text Example


Text Example

White with #1ABA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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