Html Css Color HEX #18A138 Dark Pastel Green

📋 copy color: '#18A138'

red 24 ◦ green 161 ◦ blue 56

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

Shades of Dark Pastel Green #18A138

Tints of Dark Pastel Green #18A138

RGB

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

 GREEN value IS 161 (63.28% from 255) = 66.8%

 BLUE value IS 56 (22.27% from 255) = 23.24%

R = 9.96%
G = 66.8%
B = 23.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#18A138 (or 0x18A138) is known color: Dark Pastel Green. HEX triplet: 18, A1 and 38. RGB value is (24,161,56). Sum of RGB (Red+Green+Blue) = 24+161+56=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 161 (63.28% from 255 or 66.80% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 161 - color contains mainly: green. Hex color #18A138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A138 is #E75EC7. Grayscale: #6C6C6C. Windows color (decimal): -15163080 or 3711256. OLE color: 3711256.

HSL color Cylindrical-coordinate representation of color #18A138: hue angle of 134.01º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A138 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 161 56 -
CMYK 0.85 0 0.65 0.37
HSL 134.01º 0.74% 0.36% -
HSV(B) 134.01º 0.85% 0.63% -
XYZ 13.84 25.97 8.02 -
YUV 108.07 98.61 68.04 -
System Red Green Blue C M Y K H S L
Decimal 24 161 56 0.85 0 0.65 0.37 134.01 0.74 0.36
Hex 18 A1 38 55 0 41 25 86 4A 24
Octal 30 241 70 125 0 101 45 206 112 44
Binary 11000 10100001 111000 1010101 0 1000001 100101 10000110 1001010 100100

Color Harmonies of #18A138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A138

Black with #18A138

Text Example


Text Example

White with #18A138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,161,56); }

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

background-color css

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

 a { background-color: rgb(24,161,56); }

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

border-color css

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

 span { border-color: rgb(24,161,56); }

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