Html Css Color HEX #18B069 Jade

📋 copy color: '#18B069'

red 24 ◦ green 176 ◦ blue 105

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

Shades of Jade #18B069

Tints of Jade #18B069

RGB

 RED value IS 24 (9.77% from 255) = 7.87%

 GREEN value IS 176 (69.14% from 255) = 57.7%

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

R = 7.87%
G = 57.7%
B = 34.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#18B069 (or 0x18B069) is known color: Jade. HEX triplet: 18, B0 and 69. RGB value is (24,176,105). Sum of RGB (Red+Green+Blue) = 24+176+105=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 176 (69.14% from 255 or 57.70% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 176 - color contains mainly: green. Hex color #18B069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18B069 is #E74F96. Grayscale: #7A7A7A. Windows color (decimal): -15159191 or 6926360. OLE color: 6926360.

HSL color Cylindrical-coordinate representation of color #18B069: hue angle of 151.97º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18B069 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 176 105 -
CMYK 0.86 0 0.40 0.31
HSL 151.97º 0.76% 0.39% -
HSV(B) 151.97º 0.86% 0.69% -
XYZ 18.45 32.26 18.62 -
YUV 122.46 118.14 57.77 -
System Red Green Blue C M Y K H S L
Decimal 24 176 105 0.86 0 0.40 0.31 151.97 0.76 0.39
Hex 18 B0 69 56 0 28 1F 98 4C 27
Octal 30 260 151 126 0 50 37 230 114 47
Binary 11000 10110000 1101001 1010110 0 101000 11111 10011000 1001100 100111

Color Harmonies of #18B069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B069

Black with #18B069

Text Example


Text Example

White with #18B069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18B069; }

 p { color: rgb(24,176,105); }

 H1.HeaderClassName
 {
   color: #18B069;
 }
 .AnyTagClassName
 {
   color: #18B069;
 }
</style>

background-color css

<style>
 a { background-color: #18B069; }

 a { background-color: rgb(24,176,105); }

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

border-color css

<style>
 span { border-color: #18B069; }

 span { border-color: rgb(24,176,105); }

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