Html Css Color HEX #18AF30 Dark Pastel Green

📋 copy color: '#18AF30'

red 24 ◦ green 175 ◦ blue 48

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

Shades of Dark Pastel Green #18AF30

Tints of Dark Pastel Green #18AF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.43%

R = 9.72%
G = 70.85%
B = 19.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#18AF30 (or 0x18AF30) is known color: Dark Pastel Green. HEX triplet: 18, AF and 30. RGB value is (24,175,48). Sum of RGB (Red+Green+Blue) = 24+175+48=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 175 (68.75% from 255 or 70.85% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AF30 is #E750CF. Grayscale: #737373. Windows color (decimal): -15159504 or 3190552. OLE color: 3190552.

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

Color convert

RGB 24 175 48 -
CMYK 0.86 0 0.73 0.31
HSL 129.54º 0.76% 0.39% -
HSV(B) 129.54º 0.86% 0.69% -
XYZ 16.24 31.07 7.94 -
YUV 115.37 89.97 62.83 -
System Red Green Blue C M Y K H S L
Decimal 24 175 48 0.86 0 0.73 0.31 129.54 0.76 0.39
Hex 18 AF 30 56 0 49 1F 82 4C 27
Octal 30 257 60 126 0 111 37 202 114 47
Binary 11000 10101111 110000 1010110 0 1001001 11111 10000010 1001100 100111

Color Harmonies of #18AF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF30

Black with #18AF30

Text Example


Text Example

White with #18AF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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