Html Css Color HEX #18AF2C Dark Pastel Green

📋 copy color: '#18AF2C'

red 24 ◦ green 175 ◦ blue 44

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

Shades of Dark Pastel Green #18AF2C

Tints of Dark Pastel Green #18AF2C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 72.02%

 BLUE value IS 44 (17.58% from 255) = 18.11%

R = 9.88%
G = 72.02%
B = 18.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#18AF2C (or 0x18AF2C) is known color: Dark Pastel Green. HEX triplet: 18, AF and 2C. RGB value is (24,175,44). Sum of RGB (Red+Green+Blue) = 24+175+44=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 175 (68.75% from 255 or 72.02% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AF2C is #E750D3. Grayscale: #737373. Windows color (decimal): -15159508 or 2928408. OLE color: 2928408.

HSL color Cylindrical-coordinate representation of color #18AF2C: hue angle of 127.95º 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 #18AF2C is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 175 44 -
CMYK 0.86 0 0.75 0.31
HSL 127.95º 0.76% 0.39% -
HSV(B) 127.95º 0.86% 0.69% -
XYZ 16.16 31.04 7.52 -
YUV 114.92 87.97 63.15 -
System Red Green Blue C M Y K H S L
Decimal 24 175 44 0.86 0 0.75 0.31 127.95 0.76 0.39
Hex 18 AF 2C 56 0 4B 1F 80 4C 27
Octal 30 257 54 126 0 113 37 200 114 47
Binary 11000 10101111 101100 1010110 0 1001011 11111 10000000 1001100 100111

Color Harmonies of #18AF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF2C

Black with #18AF2C

Text Example


Text Example

White with #18AF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,175,44); }

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

background-color css

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

 a { background-color: rgb(24,175,44); }

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

border-color css

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

 span { border-color: rgb(24,175,44); }

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