Html Css Color HEX #18B141 Dark Pastel Green

📋 copy color: '#18B141'

red 24 ◦ green 177 ◦ blue 65

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

Shades of Dark Pastel Green #18B141

Tints of Dark Pastel Green #18B141

RGB

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

 GREEN value IS 177 (69.53% from 255) = 66.54%

 BLUE value IS 65 (25.78% from 255) = 24.44%

R = 9.02%
G = 66.54%
B = 24.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#18B141 (or 0x18B141) is known color: Dark Pastel Green. HEX triplet: 18, B1 and 41. RGB value is (24,177,65). Sum of RGB (Red+Green+Blue) = 24+177+65=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 177 (69.53% from 255 or 66.54% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 177 - color contains mainly: green. Hex color #18B141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18B141 is #E74EBE. Grayscale: #767676. Windows color (decimal): -15158975 or 4305176. OLE color: 4305176.

HSL color Cylindrical-coordinate representation of color #18B141: hue angle of 136.08º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18B141 is Cyan = 0.86, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 177 65 -
CMYK 0.86 0 0.63 0.31
HSL 136.08º 0.76% 0.39% -
HSV(B) 136.08º 0.86% 0.69% -
XYZ 17.05 32.02 10.28 -
YUV 118.49 97.81 60.61 -
System Red Green Blue C M Y K H S L
Decimal 24 177 65 0.86 0 0.63 0.31 136.08 0.76 0.39
Hex 18 B1 41 56 0 3F 1F 88 4C 27
Octal 30 261 101 126 0 77 37 210 114 47
Binary 11000 10110001 1000001 1010110 0 111111 11111 10001000 1001100 100111

Color Harmonies of #18B141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B141

Black with #18B141

Text Example


Text Example

White with #18B141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,177,65); }

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

background-color css

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

 a { background-color: rgb(24,177,65); }

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

border-color css

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

 span { border-color: rgb(24,177,65); }

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