Html Css Color HEX #1AB46A Jade

📋 copy color: '#1AB46A'

red 26 ◦ green 180 ◦ blue 106

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

Shades of Jade #1AB46A

Tints of Jade #1AB46A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.69%

 BLUE value IS 106 (41.8% from 255) = 33.97%

R = 8.33%
G = 57.69%
B = 33.97%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#1AB46A (or 0x1AB46A) is known color: Jade. HEX triplet: 1A, B4 and 6A. RGB value is (26,180,106). Sum of RGB (Red+Green+Blue) = 26+180+106=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 180 (70.70% from 255 or 57.69% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB46A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB46A is #E54B95. Grayscale: #7D7D7D. Windows color (decimal): -15027094 or 6992922. OLE color: 6992922.

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

Color convert

RGB 26 180 106 -
CMYK 0.86 0 0.41 0.29
HSL 151.17º 0.75% 0.4% -
HSV(B) 151.17º 0.86% 0.71% -
XYZ 19.35 33.9 19.16 -
YUV 125.52 116.98 57.02 -
System Red Green Blue C M Y K H S L
Decimal 26 180 106 0.86 0 0.41 0.29 151.17 0.75 0.4
Hex 1A B4 6A 56 0 29 1D 97 4B 28
Octal 32 264 152 126 0 51 35 227 113 50
Binary 11010 10110100 1101010 1010110 0 101001 11101 10010111 1001011 101000

Color Harmonies of #1AB46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB46A

Black with #1AB46A

Text Example


Text Example

White with #1AB46A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,180,106); }

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

background-color css

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

 a { background-color: rgb(26,180,106); }

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

border-color css

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

 span { border-color: rgb(26,180,106); }

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