Html Css Color HEX #1BAE64 Jade

📋 copy color: '#1BAE64'

red 27 ◦ green 174 ◦ blue 100

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

Shades of Jade #1BAE64

Tints of Jade #1BAE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.22%

R = 8.97%
G = 57.81%
B = 33.22%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#1BAE64 (or 0x1BAE64) is known color: Jade. HEX triplet: 1B, AE and 64. RGB value is (27,174,100). Sum of RGB (Red+Green+Blue) = 27+174+100=301 (39% of max value = 765). Red value is 27 (10.94% from 255 or 8.97% from 301); Green value is 174 (68.36% from 255 or 57.81% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAE64 is #E4519B. Grayscale: #797979. Windows color (decimal): -14963100 or 6598171. OLE color: 6598171.

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

Color convert

RGB 27 174 100 -
CMYK 0.84 0 0.43 0.32
HSL 149.8º 0.73% 0.39% -
HSV(B) 149.8º 0.84% 0.68% -
XYZ 17.89 31.43 17.18 -
YUV 121.61 115.8 60.52 -
System Red Green Blue C M Y K H S L
Decimal 27 174 100 0.84 0 0.43 0.32 149.8 0.73 0.39
Hex 1B AE 64 54 0 2B 20 96 49 27
Octal 33 256 144 124 0 53 40 226 111 47
Binary 11011 10101110 1100100 1010100 0 101011 100000 10010110 1001001 100111

Color Harmonies of #1BAE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAE64

Black with #1BAE64

Text Example


Text Example

White with #1BAE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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