Html Css Color HEX #1AAA68 Jade

📋 copy color: '#1AAA68'

red 26 ◦ green 170 ◦ blue 104

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

Shades of Jade #1AAA68

Tints of Jade #1AAA68

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.67%

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

R = 8.67%
G = 56.67%
B = 34.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#1AAA68 (or 0x1AAA68) is known color: Jade. HEX triplet: 1A, AA and 68. RGB value is (26,170,104). Sum of RGB (Red+Green+Blue) = 26+170+104=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA68 is #E55597. Grayscale: #777777. Windows color (decimal): -15029656 or 6859290. OLE color: 6859290.

HSL color Cylindrical-coordinate representation of color #1AAA68: hue angle of 152.5º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAA68 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 170 104 -
CMYK 0.85 0 0.39 0.33
HSL 152.5º 0.73% 0.38% -
HSV(B) 152.5º 0.85% 0.67% -
XYZ 17.3 29.97 17.97 -
YUV 119.42 119.29 61.37 -
System Red Green Blue C M Y K H S L
Decimal 26 170 104 0.85 0 0.39 0.33 152.5 0.73 0.38
Hex 1A AA 68 55 0 27 21 98 49 26
Octal 32 252 150 125 0 47 41 230 111 46
Binary 11010 10101010 1101000 1010101 0 100111 100001 10011000 1001001 100110

Color Harmonies of #1AAA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA68

Black with #1AAA68

Text Example


Text Example

White with #1AAA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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