Html Css Color HEX #00C618 Dark Pastel Green

📋 copy color: '#00C618'

red 0 ◦ green 198 ◦ blue 24

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

Shades of Dark Pastel Green #00C618

Tints of Dark Pastel Green #00C618

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 198 (77.73% from 255) = 89.19%

 BLUE value IS 24 (9.77% from 255) = 10.81%

R = 0%
G = 89.19%
B = 10.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#00C618 (or 0x00C618) is known color: Dark Pastel Green. HEX triplet: 00, C6 and 18. RGB value is (0,198,24). Sum of RGB (Red+Green+Blue) = 0+198+24=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 198 (77.73% from 255 or 89.19% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 198 - color contains mainly: green. Hex color #00C618 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C618 is #FF39E7. Grayscale: #777777. Windows color (decimal): -16726504 or 1623552. OLE color: 1623552.

HSL color Cylindrical-coordinate representation of color #00C618: hue angle of 127.27º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C618 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 198 24 -
CMYK 1 0 0.88 0.22
HSL 127.27º 1% 0.39% -
HSV(B) 127.27º 1% 0.78% -
XYZ 20.36 40.45 7.6 -
YUV 118.96 74.4 43.15 -
System Red Green Blue C M Y K H S L
Decimal 0 198 24 1 0 0.88 0.22 127.27 1 0.39
Hex 0 C6 18 64 0 58 16 7F 64 27
Octal 0 306 30 144 0 130 26 177 144 47
Binary 0 11000110 11000 1100100 0 1011000 10110 1111111 1100100 100111

Color Harmonies of #00C618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C618

Black with #00C618

Text Example


Text Example

White with #00C618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00C618; }

 p { color: rgb(0,198,24); }

 H1.HeaderClassName
 {
   color: #00C618;
 }
 .AnyTagClassName
 {
   color: #00C618;
 }
</style>

background-color css

<style>
 a { background-color: #00C618; }

 a { background-color: rgb(0,198,24); }

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

border-color css

<style>
 span { border-color: #00C618; }

 span { border-color: rgb(0,198,24); }

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