Html Css Color HEX #18B64A Dark Pastel Green

📋 copy color: '#18B64A'

red 24 ◦ green 182 ◦ blue 74

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

Shades of Dark Pastel Green #18B64A

Tints of Dark Pastel Green #18B64A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 65%

 BLUE value IS 74 (29.3% from 255) = 26.43%

R = 8.57%
G = 65%
B = 26.43%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#18B64A (or 0x18B64A) is known color: Dark Pastel Green. HEX triplet: 18, B6 and 4A. RGB value is (24,182,74). Sum of RGB (Red+Green+Blue) = 24+182+74=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 182 (71.48% from 255 or 65% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 182 - color contains mainly: green. Hex color #18B64A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B64A is #E749B5. Grayscale: #7A7A7A. Windows color (decimal): -15157686 or 4896280. OLE color: 4896280.

HSL color Cylindrical-coordinate representation of color #18B64A: hue angle of 138.99º degrees, saturation: 0.77, 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 #18B64A is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 24 182 74 -
CMYK 0.87 0 0.59 0.29
HSL 138.99º 0.77% 0.4% -
HSV(B) 138.99º 0.87% 0.71% -
XYZ 18.34 34.14 12.1 -
YUV 122.45 100.65 57.78 -
System Red Green Blue C M Y K H S L
Decimal 24 182 74 0.87 0 0.59 0.29 138.99 0.77 0.4
Hex 18 B6 4A 57 0 3B 1D 8B 4D 28
Octal 30 266 112 127 0 73 35 213 115 50
Binary 11000 10110110 1001010 1010111 0 111011 11101 10001011 1001101 101000

Color Harmonies of #18B64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B64A

Black with #18B64A

Text Example


Text Example

White with #18B64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,182,74); }

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

background-color css

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

 a { background-color: rgb(24,182,74); }

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

border-color css

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

 span { border-color: rgb(24,182,74); }

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