Html Css Color HEX #18A430 Forest Green

📋 copy color: '#18A430'

red 24 ◦ green 164 ◦ blue 48

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

Shades of Forest Green #18A430

Tints of Forest Green #18A430

RGB

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

 GREEN value IS 164 (64.45% from 255) = 69.49%

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

R = 10.17%
G = 69.49%
B = 20.34%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#18A430 (or 0x18A430) is known color: Forest Green. HEX triplet: 18, A4 and 30. RGB value is (24,164,48). Sum of RGB (Red+Green+Blue) = 24+164+48=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 164 (64.45% from 255 or 69.49% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 164 - color contains mainly: green. Hex color #18A430 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A430 is #E75BCF. Grayscale: #6D6D6D. Windows color (decimal): -15162320 or 3187736. OLE color: 3187736.

HSL color Cylindrical-coordinate representation of color #18A430: hue angle of 130.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A430 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 24 164 48 -
CMYK 0.85 0 0.71 0.36
HSL 130.29º 0.74% 0.37% -
HSV(B) 130.29º 0.85% 0.64% -
XYZ 14.19 26.96 7.25 -
YUV 108.92 93.62 67.43 -
System Red Green Blue C M Y K H S L
Decimal 24 164 48 0.85 0 0.71 0.36 130.29 0.74 0.37
Hex 18 A4 30 55 0 47 24 82 4A 25
Octal 30 244 60 125 0 107 44 202 112 45
Binary 11000 10100100 110000 1010101 0 1000111 100100 10000010 1001010 100101

Color Harmonies of #18A430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A430

Black with #18A430

Text Example


Text Example

White with #18A430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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