Html Css Color HEX #00BA18 Dark Pastel Green

📋 copy color: '#00BA18'

red 0 ◦ green 186 ◦ blue 24

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

Shades of Dark Pastel Green #00BA18

Tints of Dark Pastel Green #00BA18

RGB

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

 GREEN value IS 186 (73.05% from 255) = 88.57%

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

R = 0%
G = 88.57%
B = 11.43%

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

#00BA18 (or 0x00BA18) is known color: Dark Pastel Green. HEX triplet: 00, BA and 18. RGB value is (0,186,24). Sum of RGB (Red+Green+Blue) = 0+186+24=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 186 (73.05% from 255 or 88.57% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00BA18 is #FF45E7. Grayscale: #707070. Windows color (decimal): -16729576 or 1620480. OLE color: 1620480.

HSL color Cylindrical-coordinate representation of color #00BA18: hue angle of 127.74º 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 #00BA18 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 186 24 -
CMYK 1 0 0.87 0.27
HSL 127.74º 1% 0.36% -
HSV(B) 127.74º 1% 0.73% -
XYZ 17.72 35.18 6.72 -
YUV 111.92 78.38 48.17 -
System Red Green Blue C M Y K H S L
Decimal 0 186 24 1 0 0.87 0.27 127.74 1 0.36
Hex 0 BA 18 64 0 57 1B 80 64 24
Octal 0 272 30 144 0 127 33 200 144 44
Binary 0 10111010 11000 1100100 0 1010111 11011 10000000 1100100 100100

Color Harmonies of #00BA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BA18

Black with #00BA18

Text Example


Text Example

White with #00BA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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