Html Css Color HEX #18995B Shamrock Green

📋 copy color: '#18995B'

red 24 ◦ green 153 ◦ blue 91

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

Shades of Shamrock Green #18995B

Tints of Shamrock Green #18995B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.09%

 BLUE value IS 91 (35.94% from 255) = 33.96%

R = 8.96%
G = 57.09%
B = 33.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#18995B (or 0x18995B) is known color: Shamrock Green. HEX triplet: 18, 99 and 5B. RGB value is (24,153,91). Sum of RGB (Red+Green+Blue) = 24+153+91=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #18995B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18995B is #E766A4. Grayscale: #6B6B6B. Windows color (decimal): -15165093 or 6002968. OLE color: 6002968.

HSL color Cylindrical-coordinate representation of color #18995B: hue angle of 151.16º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18995B is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 153 91 -
CMYK 0.84 0 0.41 0.4
HSL 151.16º 0.73% 0.35% -
HSV(B) 151.16º 0.84% 0.6% -
XYZ 13.66 23.73 13.76 -
YUV 107.36 118.76 68.54 -
System Red Green Blue C M Y K H S L
Decimal 24 153 91 0.84 0 0.41 0.4 151.16 0.73 0.35
Hex 18 99 5B 54 0 29 28 97 49 23
Octal 30 231 133 124 0 51 50 227 111 43
Binary 11000 10011001 1011011 1010100 0 101001 101000 10010111 1001001 100011

Color Harmonies of #18995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18995B

Black with #18995B

Text Example


Text Example

White with #18995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18995B; }

 p { color: rgb(24,153,91); }

 H1.HeaderClassName
 {
   color: #18995B;
 }
 .AnyTagClassName
 {
   color: #18995B;
 }
</style>

background-color css

<style>
 a { background-color: #18995B; }

 a { background-color: rgb(24,153,91); }

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

border-color css

<style>
 span { border-color: #18995B; }

 span { border-color: rgb(24,153,91); }

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