Html Css Color HEX #1BAE6A Jade

📋 copy color: '#1BAE6A'

red 27 ◦ green 174 ◦ blue 106

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

Shades of Jade #1BAE6A

Tints of Jade #1BAE6A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 56.68%

 BLUE value IS 106 (41.8% from 255) = 34.53%

R = 8.79%
G = 56.68%
B = 34.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#1BAE6A (or 0x1BAE6A) is known color: Jade. HEX triplet: 1B, AE and 6A. RGB value is (27,174,106). Sum of RGB (Red+Green+Blue) = 27+174+106=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAE6A is #E45195. Grayscale: #7A7A7A. Windows color (decimal): -14963094 or 6991387. OLE color: 6991387.

HSL color Cylindrical-coordinate representation of color #1BAE6A: hue angle of 152.24º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAE6A is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 27 174 106 -
CMYK 0.84 0 0.39 0.32
HSL 152.24º 0.73% 0.39% -
HSV(B) 152.24º 0.84% 0.68% -
XYZ 18.19 31.55 18.77 -
YUV 122.3 118.8 60.03 -
System Red Green Blue C M Y K H S L
Decimal 27 174 106 0.84 0 0.39 0.32 152.24 0.73 0.39
Hex 1B AE 6A 54 0 27 20 98 49 27
Octal 33 256 152 124 0 47 40 230 111 47
Binary 11011 10101110 1101010 1010100 0 100111 100000 10011000 1001001 100111

Color Harmonies of #1BAE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAE6A

Black with #1BAE6A

Text Example


Text Example

White with #1BAE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,174,106); }

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

background-color css

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

 a { background-color: rgb(27,174,106); }

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

border-color css

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

 span { border-color: rgb(27,174,106); }

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