Html Css Color HEX #1ABB64 Jade

📋 copy color: '#1ABB64'

red 26 ◦ green 187 ◦ blue 100

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

Shades of Jade #1ABB64

Tints of Jade #1ABB64

RGB

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

 GREEN value IS 187 (73.44% from 255) = 59.74%

 BLUE value IS 100 (39.45% from 255) = 31.95%

R = 8.31%
G = 59.74%
B = 31.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#1ABB64 (or 0x1ABB64) is known color: Jade. HEX triplet: 1A, BB and 64. RGB value is (26,187,100). Sum of RGB (Red+Green+Blue) = 26+187+100=313 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.31% from 313); Green value is 187 (73.44% from 255 or 59.74% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABB64 is #E5449B. Grayscale: #818181. Windows color (decimal): -15025308 or 6601498. OLE color: 6601498.

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

Color convert

RGB 26 187 100 -
CMYK 0.86 0 0.47 0.27
HSL 147.58º 0.76% 0.42% -
HSV(B) 147.58º 0.86% 0.73% -
XYZ 20.5 36.68 18.06 -
YUV 128.94 111.66 54.57 -
System Red Green Blue C M Y K H S L
Decimal 26 187 100 0.86 0 0.47 0.27 147.58 0.76 0.42
Hex 1A BB 64 56 0 2F 1B 94 4C 2A
Octal 32 273 144 126 0 57 33 224 114 52
Binary 11010 10111011 1100100 1010110 0 101111 11011 10010100 1001100 101010

Color Harmonies of #1ABB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABB64

Black with #1ABB64

Text Example


Text Example

White with #1ABB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,187,100); }

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

background-color css

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

 a { background-color: rgb(26,187,100); }

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

border-color css

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

 span { border-color: rgb(26,187,100); }

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