Html Css Color HEX #18AF38 Dark Pastel Green

📋 copy color: '#18AF38'

red 24 ◦ green 175 ◦ blue 56

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

Shades of Dark Pastel Green #18AF38

Tints of Dark Pastel Green #18AF38

RGB

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

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

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

R = 9.41%
G = 68.63%
B = 21.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#18AF38 (or 0x18AF38) is known color: Dark Pastel Green. HEX triplet: 18, AF and 38. RGB value is (24,175,56). Sum of RGB (Red+Green+Blue) = 24+175+56=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 175 (68.75% from 255 or 68.63% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AF38 is #E750C7. Grayscale: #747474. Windows color (decimal): -15159496 or 3714840. OLE color: 3714840.

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

Color convert

RGB 24 175 56 -
CMYK 0.86 0 0.68 0.31
HSL 132.72º 0.76% 0.39% -
HSV(B) 132.72º 0.86% 0.69% -
XYZ 16.42 31.14 8.89 -
YUV 116.29 93.97 62.18 -
System Red Green Blue C M Y K H S L
Decimal 24 175 56 0.86 0 0.68 0.31 132.72 0.76 0.39
Hex 18 AF 38 56 0 44 1F 85 4C 27
Octal 30 257 70 126 0 104 37 205 114 47
Binary 11000 10101111 111000 1010110 0 1000100 11111 10000101 1001100 100111

Color Harmonies of #18AF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF38

Black with #18AF38

Text Example


Text Example

White with #18AF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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