Html Css Color HEX #1ABA62 Jade

📋 copy color: '#1ABA62'

red 26 ◦ green 186 ◦ blue 98

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

Shades of Jade #1ABA62

Tints of Jade #1ABA62

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60%

 BLUE value IS 98 (38.67% from 255) = 31.61%

R = 8.39%
G = 60%
B = 31.61%

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

#1ABA62 (or 0x1ABA62) is known color: Jade. HEX triplet: 1A, BA and 62. RGB value is (26,186,98). Sum of RGB (Red+Green+Blue) = 26+186+98=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABA62 is #E5459D. Grayscale: #808080. Windows color (decimal): -15025566 or 6470170. OLE color: 6470170.

HSL color Cylindrical-coordinate representation of color #1ABA62: hue angle of 147º degrees, saturation: 0.75, 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 #1ABA62 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 186 98 -
CMYK 0.86 0 0.47 0.27
HSL 147º 0.75% 0.42% -
HSV(B) 147º 0.86% 0.73% -
XYZ 20.19 36.22 17.48 -
YUV 128.13 110.99 55.16 -
System Red Green Blue C M Y K H S L
Decimal 26 186 98 0.86 0 0.47 0.27 147 0.75 0.42
Hex 1A BA 62 56 0 2F 1B 93 4B 2A
Octal 32 272 142 126 0 57 33 223 113 52
Binary 11010 10111010 1100010 1010110 0 101111 11011 10010011 1001011 101010

Color Harmonies of #1ABA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABA62

Black with #1ABA62

Text Example


Text Example

White with #1ABA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,186,98); }

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

background-color css

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

 a { background-color: rgb(26,186,98); }

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

border-color css

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

 span { border-color: rgb(26,186,98); }

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