Html Css Color HEX #18B461 Jade

📋 copy color: '#18B461'

red 24 ◦ green 180 ◦ blue 97

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

Shades of Jade #18B461

Tints of Jade #18B461

RGB

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

 GREEN value IS 180 (70.7% from 255) = 59.8%

 BLUE value IS 97 (38.28% from 255) = 32.23%

R = 7.97%
G = 59.8%
B = 32.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#18B461 (or 0x18B461) is known color: Jade. HEX triplet: 18, B4 and 61. RGB value is (24,180,97). Sum of RGB (Red+Green+Blue) = 24+180+97=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 180 (70.70% from 255 or 59.80% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 180 - color contains mainly: green. Hex color #18B461 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B461 is #E74B9E. Grayscale: #7C7C7C. Windows color (decimal): -15158175 or 6403096. OLE color: 6403096.

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

Color convert

RGB 24 180 97 -
CMYK 0.87 0 0.46 0.29
HSL 148.08º 0.76% 0.4% -
HSV(B) 148.08º 0.87% 0.71% -
XYZ 18.86 33.7 16.82 -
YUV 123.89 112.82 56.75 -
System Red Green Blue C M Y K H S L
Decimal 24 180 97 0.87 0 0.46 0.29 148.08 0.76 0.4
Hex 18 B4 61 57 0 2E 1D 94 4C 28
Octal 30 264 141 127 0 56 35 224 114 50
Binary 11000 10110100 1100001 1010111 0 101110 11101 10010100 1001100 101000

Color Harmonies of #18B461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B461

Black with #18B461

Text Example


Text Example

White with #18B461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,180,97); }

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

background-color css

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

 a { background-color: rgb(24,180,97); }

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

border-color css

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

 span { border-color: rgb(24,180,97); }

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