Html Css Color HEX #01B818 Dark Pastel Green

📋 copy color: '#01B818'

red 1 ◦ green 184 ◦ blue 24

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

Shades of Dark Pastel Green #01B818

Tints of Dark Pastel Green #01B818

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

 GREEN value IS 184 (72.27% from 255) = 88.04%

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

R = 0.48%
G = 88.04%
B = 11.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#01B818 (or 0x01B818) is known color: Dark Pastel Green. HEX triplet: 01, B8 and 18. RGB value is (1,184,24). Sum of RGB (Red+Green+Blue) = 1+184+24=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 184 (72.27% from 255 or 88.04% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 184 - color contains mainly: green. Hex color #01B818 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B818 is #FE47E7. Grayscale: #6F6F6F. Windows color (decimal): -16664552 or 1619969. OLE color: 1619969.

HSL color Cylindrical-coordinate representation of color #01B818: hue angle of 127.54º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B818 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 1 184 24 -
CMYK 0.99 0 0.87 0.28
HSL 127.54º 0.99% 0.36% -
HSV(B) 127.54º 0.99% 0.72% -
XYZ 17.32 34.35 6.58 -
YUV 111.04 78.87 49.51 -
System Red Green Blue C M Y K H S L
Decimal 1 184 24 0.99 0 0.87 0.28 127.54 0.99 0.36
Hex 1 B8 18 63 0 57 1C 80 63 24
Octal 1 270 30 143 0 127 34 200 143 44
Binary 1 10111000 11000 1100011 0 1010111 11100 10000000 1100011 100100

Color Harmonies of #01B818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B818

Black with #01B818

Text Example


Text Example

White with #01B818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01B818; }

 p { color: rgb(1,184,24); }

 H1.HeaderClassName
 {
   color: #01B818;
 }
 .AnyTagClassName
 {
   color: #01B818;
 }
</style>

background-color css

<style>
 a { background-color: #01B818; }

 a { background-color: rgb(1,184,24); }

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

border-color css

<style>
 span { border-color: #01B818; }

 span { border-color: rgb(1,184,24); }

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