Html Css Color HEX #18AC2F Dark Pastel Green

📋 copy color: '#18AC2F'

red 24 ◦ green 172 ◦ blue 47

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

Shades of Dark Pastel Green #18AC2F

Tints of Dark Pastel Green #18AC2F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 70.78%

 BLUE value IS 47 (18.75% from 255) = 19.34%

R = 9.88%
G = 70.78%
B = 19.34%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#18AC2F (or 0x18AC2F) is known color: Dark Pastel Green. HEX triplet: 18, AC and 2F. RGB value is (24,172,47). Sum of RGB (Red+Green+Blue) = 24+172+47=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 172 (67.58% from 255 or 70.78% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AC2F is #E753D0. Grayscale: #717171. Windows color (decimal): -15160273 or 3124248. OLE color: 3124248.

HSL color Cylindrical-coordinate representation of color #18AC2F: hue angle of 129.32º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AC2F is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 172 47 -
CMYK 0.86 0 0.73 0.33
HSL 129.32º 0.76% 0.38% -
HSV(B) 129.32º 0.86% 0.67% -
XYZ 15.64 29.9 7.64 -
YUV 113.5 90.47 64.16 -
System Red Green Blue C M Y K H S L
Decimal 24 172 47 0.86 0 0.73 0.33 129.32 0.76 0.38
Hex 18 AC 2F 56 0 49 21 81 4C 26
Octal 30 254 57 126 0 111 41 201 114 46
Binary 11000 10101100 101111 1010110 0 1001001 100001 10000001 1001100 100110

Color Harmonies of #18AC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AC2F

Black with #18AC2F

Text Example


Text Example

White with #18AC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,172,47); }

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

background-color css

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

 a { background-color: rgb(24,172,47); }

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

border-color css

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

 span { border-color: rgb(24,172,47); }

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