Html Css Color HEX #18A534 Dark Pastel Green

📋 copy color: '#18A534'

red 24 ◦ green 165 ◦ blue 52

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

Shades of Dark Pastel Green #18A534

Tints of Dark Pastel Green #18A534

RGB

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

 GREEN value IS 165 (64.84% from 255) = 68.46%

 BLUE value IS 52 (20.7% from 255) = 21.58%

R = 9.96%
G = 68.46%
B = 21.58%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#18A534 (or 0x18A534) is known color: Dark Pastel Green. HEX triplet: 18, A5 and 34. RGB value is (24,165,52). Sum of RGB (Red+Green+Blue) = 24+165+52=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 165 (64.84% from 255 or 68.46% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 165 - color contains mainly: green. Hex color #18A534 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A534 is #E75ACB. Grayscale: #6E6E6E. Windows color (decimal): -15162060 or 3450136. OLE color: 3450136.

HSL color Cylindrical-coordinate representation of color #18A534: hue angle of 131.91º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A534 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 165 52 -
CMYK 0.85 0 0.68 0.35
HSL 131.91º 0.75% 0.37% -
HSV(B) 131.91º 0.85% 0.65% -
XYZ 14.45 27.35 7.77 -
YUV 109.96 95.29 66.69 -
System Red Green Blue C M Y K H S L
Decimal 24 165 52 0.85 0 0.68 0.35 131.91 0.75 0.37
Hex 18 A5 34 55 0 44 23 84 4B 25
Octal 30 245 64 125 0 104 43 204 113 45
Binary 11000 10100101 110100 1010101 0 1000100 100011 10000100 1001011 100101

Color Harmonies of #18A534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A534

Black with #18A534

Text Example


Text Example

White with #18A534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,165,52); }

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

background-color css

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

 a { background-color: rgb(24,165,52); }

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

border-color css

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

 span { border-color: rgb(24,165,52); }

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