Html Css Color HEX #1BA569 Jade

📋 copy color: '#1BA569'

red 27 ◦ green 165 ◦ blue 105

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

Shades of Jade #1BA569

Tints of Jade #1BA569

RGB

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

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

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

R = 9.09%
G = 55.56%
B = 35.35%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#1BA569 (or 0x1BA569) is known color: Jade. HEX triplet: 1B, A5 and 69. RGB value is (27,165,105). Sum of RGB (Red+Green+Blue) = 27+165+105=297 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.09% from 297); Green value is 165 (64.84% from 255 or 55.56% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA569 is #E45A96. Grayscale: #747474. Windows color (decimal): -14965399 or 6923547. OLE color: 6923547.

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

Color convert

RGB 27 165 105 -
CMYK 0.84 0 0.36 0.35
HSL 153.91º 0.72% 0.38% -
HSV(B) 153.91º 0.84% 0.65% -
XYZ 16.46 28.16 17.93 -
YUV 116.9 121.28 63.88 -
System Red Green Blue C M Y K H S L
Decimal 27 165 105 0.84 0 0.36 0.35 153.91 0.72 0.38
Hex 1B A5 69 54 0 24 23 9A 48 26
Octal 33 245 151 124 0 44 43 232 110 46
Binary 11011 10100101 1101001 1010100 0 100100 100011 10011010 1001000 100110

Color Harmonies of #1BA569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA569

Black with #1BA569

Text Example


Text Example

White with #1BA569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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