Html Css Color HEX #18C945 Dark Pastel Green

📋 copy color: '#18C945'

red 24 ◦ green 201 ◦ blue 69

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

Shades of Dark Pastel Green #18C945

Tints of Dark Pastel Green #18C945

RGB

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

 GREEN value IS 201 (78.91% from 255) = 68.37%

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 8.16%
G = 68.37%
B = 23.47%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#18C945 (or 0x18C945) is known color: Dark Pastel Green. HEX triplet: 18, C9 and 45. RGB value is (24,201,69). Sum of RGB (Red+Green+Blue) = 24+201+69=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 201 (78.91% from 255 or 68.37% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 201 - color contains mainly: green. Hex color #18C945 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C945 is #E736BA. Grayscale: #858585. Windows color (decimal): -15152827 or 4573464. OLE color: 4573464.

HSL color Cylindrical-coordinate representation of color #18C945: hue angle of 135.25º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C945 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 201 69 -
CMYK 0.88 0 0.66 0.21
HSL 135.25º 0.79% 0.44% -
HSV(B) 135.25º 0.88% 0.79% -
XYZ 22.34 42.4 12.64 -
YUV 133.03 91.86 50.23 -
System Red Green Blue C M Y K H S L
Decimal 24 201 69 0.88 0 0.66 0.21 135.25 0.79 0.44
Hex 18 C9 45 58 0 42 15 87 4F 2C
Octal 30 311 105 130 0 102 25 207 117 54
Binary 11000 11001001 1000101 1011000 0 1000010 10101 10000111 1001111 101100

Color Harmonies of #18C945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C945

Black with #18C945

Text Example


Text Example

White with #18C945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,201,69); }

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

background-color css

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

 a { background-color: rgb(24,201,69); }

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

border-color css

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

 span { border-color: rgb(24,201,69); }

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