Html Css Color HEX #18BD3C Dark Pastel Green

📋 copy color: '#18BD3C'

red 24 ◦ green 189 ◦ blue 60

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

Shades of Dark Pastel Green #18BD3C

Tints of Dark Pastel Green #18BD3C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 69.23%

 BLUE value IS 60 (23.83% from 255) = 21.98%

R = 8.79%
G = 69.23%
B = 21.98%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#18BD3C (or 0x18BD3C) is known color: Dark Pastel Green. HEX triplet: 18, BD and 3C. RGB value is (24,189,60). Sum of RGB (Red+Green+Blue) = 24+189+60=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 189 (74.22% from 255 or 69.23% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BD3C is #E742C3. Grayscale: #7D7D7D. Windows color (decimal): -15155908 or 3980568. OLE color: 3980568.

HSL color Cylindrical-coordinate representation of color #18BD3C: hue angle of 133.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BD3C is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 189 60 -
CMYK 0.87 0 0.68 0.26
HSL 133.09º 0.77% 0.42% -
HSV(B) 133.09º 0.87% 0.74% -
XYZ 19.39 36.92 10.38 -
YUV 124.96 91.34 55.99 -
System Red Green Blue C M Y K H S L
Decimal 24 189 60 0.87 0 0.68 0.26 133.09 0.77 0.42
Hex 18 BD 3C 57 0 44 1A 85 4D 2A
Octal 30 275 74 127 0 104 32 205 115 52
Binary 11000 10111101 111100 1010111 0 1000100 11010 10000101 1001101 101010

Color Harmonies of #18BD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BD3C

Black with #18BD3C

Text Example


Text Example

White with #18BD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,189,60); }

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

background-color css

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

 a { background-color: rgb(24,189,60); }

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

border-color css

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

 span { border-color: rgb(24,189,60); }

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