Html Css Color HEX #1BA669 Jade

📋 copy color: '#1BA669'

red 27 ◦ green 166 ◦ blue 105

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

Shades of Jade #1BA669

Tints of Jade #1BA669

RGB

 RED value IS 27 (10.94% from 255) = 9.06%

 GREEN value IS 166 (65.23% from 255) = 55.7%

 BLUE value IS 105 (41.41% from 255) = 35.23%

R = 9.06%
G = 55.7%
B = 35.23%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#1BA669 (or 0x1BA669) is known color: Jade. HEX triplet: 1B, A6 and 69. RGB value is (27,166,105). Sum of RGB (Red+Green+Blue) = 27+166+105=298 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.06% from 298); Green value is 166 (65.23% from 255 or 55.70% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 166 - color contains mainly: green. Hex color #1BA669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA669 is #E45996. Grayscale: #757575. Windows color (decimal): -14965143 or 6923803. OLE color: 6923803.

HSL color Cylindrical-coordinate representation of color #1BA669: hue angle of 153.67º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA669 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 27 166 105 -
CMYK 0.84 0 0.37 0.35
HSL 153.67º 0.72% 0.38% -
HSV(B) 153.67º 0.84% 0.65% -
XYZ 16.64 28.53 17.99 -
YUV 117.49 120.95 63.46 -
System Red Green Blue C M Y K H S L
Decimal 27 166 105 0.84 0 0.37 0.35 153.67 0.72 0.38
Hex 1B A6 69 54 0 25 23 9A 48 26
Octal 33 246 151 124 0 45 43 232 110 46
Binary 11011 10100110 1101001 1010100 0 100101 100011 10011010 1001000 100110

Color Harmonies of #1BA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA669

Black with #1BA669

Text Example


Text Example

White with #1BA669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,166,105); }

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

background-color css

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

 a { background-color: rgb(27,166,105); }

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

border-color css

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

 span { border-color: rgb(27,166,105); }

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