Html Css Color HEX #18B36B Jade

📋 copy color: '#18B36B'

red 24 ◦ green 179 ◦ blue 107

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

Shades of Jade #18B36B

Tints of Jade #18B36B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.74%

 BLUE value IS 107 (42.19% from 255) = 34.52%

R = 7.74%
G = 57.74%
B = 34.52%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#18B36B (or 0x18B36B) is known color: Jade. HEX triplet: 18, B3 and 6B. RGB value is (24,179,107). Sum of RGB (Red+Green+Blue) = 24+179+107=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 179 (70.31% from 255 or 57.74% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 179 - color contains mainly: green. Hex color #18B36B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B36B is #E74C94. Grayscale: #7C7C7C. Windows color (decimal): -15158421 or 7058200. OLE color: 7058200.

HSL color Cylindrical-coordinate representation of color #18B36B: hue angle of 152.13º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B36B is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 24 179 107 -
CMYK 0.87 0 0.40 0.30
HSL 152.13º 0.76% 0.4% -
HSV(B) 152.13º 0.87% 0.7% -
XYZ 19.15 33.5 19.37 -
YUV 124.45 118.15 56.35 -
System Red Green Blue C M Y K H S L
Decimal 24 179 107 0.87 0 0.40 0.30 152.13 0.76 0.4
Hex 18 B3 6B 57 0 28 1E 98 4C 28
Octal 30 263 153 127 0 50 36 230 114 50
Binary 11000 10110011 1101011 1010111 0 101000 11110 10011000 1001100 101000

Color Harmonies of #18B36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B36B

Black with #18B36B

Text Example


Text Example

White with #18B36B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,179,107); }

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

background-color css

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

 a { background-color: rgb(24,179,107); }

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

border-color css

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

 span { border-color: rgb(24,179,107); }

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