Html Css Color HEX #1AB068 Jade

📋 copy color: '#1AB068'

red 26 ◦ green 176 ◦ blue 104

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

Shades of Jade #1AB068

Tints of Jade #1AB068

RGB

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

 GREEN value IS 176 (69.14% from 255) = 57.52%

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

R = 8.5%
G = 57.52%
B = 33.99%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#1AB068 (or 0x1AB068) is known color: Jade. HEX triplet: 1A, B0 and 68. RGB value is (26,176,104). Sum of RGB (Red+Green+Blue) = 26+176+104=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 176 (69.14% from 255 or 57.52% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AB068 is #E54F97. Grayscale: #7B7B7B. Windows color (decimal): -15028120 or 6860826. OLE color: 6860826.

HSL color Cylindrical-coordinate representation of color #1AB068: hue angle of 151.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB068 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 26 176 104 -
CMYK 0.85 0 0.41 0.31
HSL 151.2º 0.74% 0.4% -
HSV(B) 151.2º 0.85% 0.69% -
XYZ 18.45 32.27 18.35 -
YUV 122.94 117.31 58.85 -
System Red Green Blue C M Y K H S L
Decimal 26 176 104 0.85 0 0.41 0.31 151.2 0.74 0.4
Hex 1A B0 68 55 0 29 1F 97 4A 28
Octal 32 260 150 125 0 51 37 227 112 50
Binary 11010 10110000 1101000 1010101 0 101001 11111 10010111 1001010 101000

Color Harmonies of #1AB068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB068

Black with #1AB068

Text Example


Text Example

White with #1AB068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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