Html Css Color HEX #00B918 Dark Pastel Green

📋 copy color: '#00B918'

red 0 ◦ green 185 ◦ blue 24

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

Shades of Dark Pastel Green #00B918

Tints of Dark Pastel Green #00B918

RGB

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

 GREEN value IS 185 (72.66% from 255) = 88.52%

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

R = 0%
G = 88.52%
B = 11.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#00B918 (or 0x00B918) is known color: Dark Pastel Green. HEX triplet: 00, B9 and 18. RGB value is (0,185,24). Sum of RGB (Red+Green+Blue) = 0+185+24=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 185 (72.66% from 255 or 88.52% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 185 - color contains mainly: green. Hex color #00B918 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00B918 is #FF46E7. Grayscale: #6F6F6F. Windows color (decimal): -16729832 or 1620224. OLE color: 1620224.

HSL color Cylindrical-coordinate representation of color #00B918: hue angle of 127.78º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B918 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 185 24 -
CMYK 1 0 0.87 0.27
HSL 127.78º 1% 0.36% -
HSV(B) 127.78º 1% 0.73% -
XYZ 17.51 34.76 6.65 -
YUV 111.33 78.71 48.59 -
System Red Green Blue C M Y K H S L
Decimal 0 185 24 1 0 0.87 0.27 127.78 1 0.36
Hex 0 B9 18 64 0 57 1B 80 64 24
Octal 0 271 30 144 0 127 33 200 144 44
Binary 0 10111001 11000 1100100 0 1010111 11011 10000000 1100100 100100

Color Harmonies of #00B918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B918

Black with #00B918

Text Example


Text Example

White with #00B918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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