Html Css Color HEX #18DC92 Caribbean Green

📋 copy color: '#18DC92'

red 24 ◦ green 220 ◦ blue 146

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

Shades of Caribbean Green #18DC92

Tints of Caribbean Green #18DC92

RGB

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

 GREEN value IS 220 (86.33% from 255) = 56.41%

 BLUE value IS 146 (57.42% from 255) = 37.44%

R = 6.15%
G = 56.41%
B = 37.44%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#18DC92 (or 0x18DC92) is known color: Caribbean Green. HEX triplet: 18, DC and 92. RGB value is (24,220,146). Sum of RGB (Red+Green+Blue) = 24+220+146=390 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.15% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DC92 is #E7236D. Grayscale: #999999. Windows color (decimal): -15147886 or 9624600. OLE color: 9624600.

HSL color Cylindrical-coordinate representation of color #18DC92: hue angle of 157.35º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DC92 is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 220 146 -
CMYK 0.89 0 0.34 0.14
HSL 157.35º 0.8% 0.48% -
HSV(B) 157.35º 0.89% 0.86% -
XYZ 31.16 53.46 35.87 -
YUV 152.96 124.07 36.02 -
System Red Green Blue C M Y K H S L
Decimal 24 220 146 0.89 0 0.34 0.14 157.35 0.8 0.48
Hex 18 DC 92 59 0 22 E 9D 50 30
Octal 30 334 222 131 0 42 16 235 120 60
Binary 11000 11011100 10010010 1011001 0 100010 1110 10011101 1010000 110000

Color Harmonies of #18DC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DC92

Black with #18DC92

Text Example


Text Example

White with #18DC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,220,146); }

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

background-color css

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

 a { background-color: rgb(24,220,146); }

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

border-color css

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

 span { border-color: rgb(24,220,146); }

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