Html Css Color HEX #1AB26B Jade

📋 copy color: '#1AB26B'

red 26 ◦ green 178 ◦ blue 107

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

Shades of Jade #1AB26B

Tints of Jade #1AB26B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 57.23%

 BLUE value IS 107 (42.19% from 255) = 34.41%

R = 8.36%
G = 57.23%
B = 34.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#1AB26B (or 0x1AB26B) is known color: Jade. HEX triplet: 1A, B2 and 6B. RGB value is (26,178,107). Sum of RGB (Red+Green+Blue) = 26+178+107=311 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.36% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #1AB26B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AB26B is #E54D94. Grayscale: #7C7C7C. Windows color (decimal): -15027605 or 7057946. OLE color: 7057946.

HSL color Cylindrical-coordinate representation of color #1AB26B: hue angle of 151.97º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB26B is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 26 178 107 -
CMYK 0.85 0 0.40 0.30
HSL 151.97º 0.75% 0.4% -
HSV(B) 151.97º 0.85% 0.7% -
XYZ 19 33.12 19.3 -
YUV 124.46 118.14 57.77 -
System Red Green Blue C M Y K H S L
Decimal 26 178 107 0.85 0 0.40 0.30 151.97 0.75 0.4
Hex 1A B2 6B 55 0 28 1E 98 4B 28
Octal 32 262 153 125 0 50 36 230 113 50
Binary 11010 10110010 1101011 1010101 0 101000 11110 10011000 1001011 101000

Color Harmonies of #1AB26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB26B

Black with #1AB26B

Text Example


Text Example

White with #1AB26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,178,107); }

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

background-color css

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

 a { background-color: rgb(26,178,107); }

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

border-color css

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

 span { border-color: rgb(26,178,107); }

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