Html Css Color HEX #18B26A Jade

📋 copy color: '#18B26A'

red 24 ◦ green 178 ◦ blue 106

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

Shades of Jade #18B26A

Tints of Jade #18B26A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 57.79%

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

R = 7.79%
G = 57.79%
B = 34.42%

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

#18B26A (or 0x18B26A) is known color: Jade. HEX triplet: 18, B2 and 6A. RGB value is (24,178,106). Sum of RGB (Red+Green+Blue) = 24+178+106=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 178 (69.92% from 255 or 57.79% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 178 - color contains mainly: green. Hex color #18B26A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18B26A is #E74D95. Grayscale: #7B7B7B. Windows color (decimal): -15158678 or 6992408. OLE color: 6992408.

HSL color Cylindrical-coordinate representation of color #18B26A: hue angle of 151.95º 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 #18B26A is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 24 178 106 -
CMYK 0.87 0 0.40 0.30
HSL 151.95º 0.76% 0.4% -
HSV(B) 151.95º 0.87% 0.7% -
XYZ 18.9 33.08 19.02 -
YUV 123.75 117.98 56.85 -
System Red Green Blue C M Y K H S L
Decimal 24 178 106 0.87 0 0.40 0.30 151.95 0.76 0.4
Hex 18 B2 6A 57 0 28 1E 98 4C 28
Octal 30 262 152 127 0 50 36 230 114 50
Binary 11000 10110010 1101010 1010111 0 101000 11110 10011000 1001100 101000

Color Harmonies of #18B26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B26A

Black with #18B26A

Text Example


Text Example

White with #18B26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,178,106); }

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

background-color css

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

 a { background-color: rgb(24,178,106); }

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

border-color css

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

 span { border-color: rgb(24,178,106); }

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