Html Css Color HEX #1BA768 Jade

📋 copy color: '#1BA768'

red 27 ◦ green 167 ◦ blue 104

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

Shades of Jade #1BA768

Tints of Jade #1BA768

RGB

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

 GREEN value IS 167 (65.63% from 255) = 56.04%

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

R = 9.06%
G = 56.04%
B = 34.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#1BA768 (or 0x1BA768) is known color: Jade. HEX triplet: 1B, A7 and 68. RGB value is (27,167,104). Sum of RGB (Red+Green+Blue) = 27+167+104=298 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.06% from 298); Green value is 167 (65.62% from 255 or 56.04% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 167 - color contains mainly: green. Hex color #1BA768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA768 is #E45897. Grayscale: #767676. Windows color (decimal): -14964888 or 6858523. OLE color: 6858523.

HSL color Cylindrical-coordinate representation of color #1BA768: hue angle of 153º 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 #1BA768 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 27 167 104 -
CMYK 0.84 0 0.38 0.35
HSL 153º 0.72% 0.38% -
HSV(B) 153º 0.84% 0.65% -
XYZ 16.77 28.87 17.79 -
YUV 117.96 120.12 63.12 -
System Red Green Blue C M Y K H S L
Decimal 27 167 104 0.84 0 0.38 0.35 153 0.72 0.38
Hex 1B A7 68 54 0 26 23 99 48 26
Octal 33 247 150 124 0 46 43 231 110 46
Binary 11011 10100111 1101000 1010100 0 100110 100011 10011001 1001000 100110

Color Harmonies of #1BA768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA768

Black with #1BA768

Text Example


Text Example

White with #1BA768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,167,104); }

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

background-color css

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

 a { background-color: rgb(27,167,104); }

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

border-color css

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

 span { border-color: rgb(27,167,104); }

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