Html Css Color HEX #1AB965 Jade

📋 copy color: '#1AB965'

red 26 ◦ green 185 ◦ blue 101

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

Shades of Jade #1AB965

Tints of Jade #1AB965

RGB

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

 GREEN value IS 185 (72.66% from 255) = 59.29%

 BLUE value IS 101 (39.84% from 255) = 32.37%

R = 8.33%
G = 59.29%
B = 32.37%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#1AB965 (or 0x1AB965) is known color: Jade. HEX triplet: 1A, B9 and 65. RGB value is (26,185,101). Sum of RGB (Red+Green+Blue) = 26+185+101=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 185 (72.66% from 255 or 59.29% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB965 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB965 is #E5469A. Grayscale: #808080. Windows color (decimal): -15025819 or 6666522. OLE color: 6666522.

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

Color convert

RGB 26 185 101 -
CMYK 0.86 0 0.45 0.27
HSL 148.3º 0.75% 0.41% -
HSV(B) 148.3º 0.86% 0.73% -
XYZ 20.12 35.86 18.17 -
YUV 127.88 112.82 55.33 -
System Red Green Blue C M Y K H S L
Decimal 26 185 101 0.86 0 0.45 0.27 148.3 0.75 0.41
Hex 1A B9 65 56 0 2D 1B 94 4B 29
Octal 32 271 145 126 0 55 33 224 113 51
Binary 11010 10111001 1100101 1010110 0 101101 11011 10010100 1001011 101001

Color Harmonies of #1AB965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB965

Black with #1AB965

Text Example


Text Example

White with #1AB965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,185,101); }

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

background-color css

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

 a { background-color: rgb(26,185,101); }

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

border-color css

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

 span { border-color: rgb(26,185,101); }

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