Html Css Color HEX #1BA56C Jade

📋 copy color: '#1BA56C'

red 27 ◦ green 165 ◦ blue 108

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

Shades of Jade #1BA56C

Tints of Jade #1BA56C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 55%

 BLUE value IS 108 (42.58% from 255) = 36%

R = 9%
G = 55%
B = 36%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#1BA56C (or 0x1BA56C) is known color: Jade. HEX triplet: 1B, A5 and 6C. RGB value is (27,165,108). Sum of RGB (Red+Green+Blue) = 27+165+108=300 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9% from 300); Green value is 165 (64.84% from 255 or 55% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA56C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA56C is #E45A93. Grayscale: #757575. Windows color (decimal): -14965396 or 7120155. OLE color: 7120155.

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

Color convert

RGB 27 165 108 -
CMYK 0.84 0 0.35 0.35
HSL 155.22º 0.72% 0.38% -
HSV(B) 155.22º 0.84% 0.65% -
XYZ 16.61 28.23 18.76 -
YUV 117.24 122.78 63.63 -
System Red Green Blue C M Y K H S L
Decimal 27 165 108 0.84 0 0.35 0.35 155.22 0.72 0.38
Hex 1B A5 6C 54 0 23 23 9B 48 26
Octal 33 245 154 124 0 43 43 233 110 46
Binary 11011 10100101 1101100 1010100 0 100011 100011 10011011 1001000 100110

Color Harmonies of #1BA56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA56C

Black with #1BA56C

Text Example


Text Example

White with #1BA56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,165,108); }

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

background-color css

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

 a { background-color: rgb(27,165,108); }

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

border-color css

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

 span { border-color: rgb(27,165,108); }

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